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/ext/presets/presets.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/presets/presets.h') diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.h b/lv2/lv2plug.in/ns/ext/presets/presets.h index 4851feb..22d91a6 100644 --- a/lv2/lv2plug.in/ns/ext/presets/presets.h +++ b/lv2/lv2plug.in/ns/ext/presets/presets.h @@ -15,10 +15,11 @@ */ /** - @file presets.h + @defgroup presets Presets - C definitions for the LV2 Presets extension - . + Presets for plugins, see for details. + + @{ */ #ifndef LV2_PRESETS_H @@ -32,3 +33,7 @@ #define LV2_PRESETS__value LV2_PRESETS_PREFIX "value" #endif /* LV2_PRESETS_H */ + +/** + @} +*/ -- cgit v1.2.1