From 1d75523156c28b8a31b1a5d6504d78fe49b9cf62 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Mar 2020 13:29:56 +0100 Subject: Put all code documentation in an "lv2" group This makes it feasible to merge the LV2 documentation into more broad documentation in a meta-project. --- lv2/core/attributes.h | 1 + lv2/core/lv2.h | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'lv2/core') diff --git a/lv2/core/attributes.h b/lv2/core/attributes.h index c054ae1..7465c22 100644 --- a/lv2/core/attributes.h +++ b/lv2/core/attributes.h @@ -19,6 +19,7 @@ /** @defgroup attributes Attributes + @ingroup lv2 Macros for source code attributes. diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h index 77d58ee..57032fe 100644 --- a/lv2/core/lv2.h +++ b/lv2/core/lv2.h @@ -18,6 +18,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/** + @defgroup lv2 LV2 + + The LV2 specification. + + @{ +*/ + /** @defgroup lv2core LV2 Core @@ -471,4 +479,5 @@ typedef const LV2_Lib_Descriptor * /** @} + @} */ -- cgit v1.2.1