From 68a4dc89f5e00aa6e2780f4f96011b92961b7a80 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Nov 2014 00:23:48 -0500 Subject: Single-page API documentation with unified style. --- lv2/lv2plug.in/ns/extensions/ui/ui.h | 11 +++++++++-- lv2/lv2plug.in/ns/extensions/units/units.h | 13 ++++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'lv2/lv2plug.in/ns/extensions') diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h index 8fada66..27350c4 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.h +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h @@ -17,9 +17,12 @@ */ /** - @file ui.h User Interface API. + @defgroup ui User Interfaces - For high-level documentation, see . + User interfaces of any type for plugins, + for details. + + @{ */ #ifndef LV2_UI_H @@ -431,3 +434,7 @@ typedef const LV2UI_Descriptor* (*LV2UI_DescriptorFunction)(uint32_t index); #endif #endif /* LV2_UI_H */ + +/** + @} +*/ diff --git a/lv2/lv2plug.in/ns/extensions/units/units.h b/lv2/lv2plug.in/ns/extensions/units/units.h index a40f097..e61af2a 100644 --- a/lv2/lv2plug.in/ns/extensions/units/units.h +++ b/lv2/lv2plug.in/ns/extensions/units/units.h @@ -15,9 +15,12 @@ */ /** - @file units.h - C definitions for the LV2 Units extension - . + @defgroup units Units + + Units for LV2 values, see for + details. + + @{ */ #ifndef LV2_UNITS_H @@ -60,3 +63,7 @@ #define LV2_UNITS__unit LV2_UNITS_PREFIX "unit" #endif /* LV2_UNITS_H */ + +/** + @} +*/ -- cgit v1.2.1