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/port-groups/port-groups.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/port-groups') diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h index 4dd8cf4..6e80294 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h @@ -15,9 +15,12 @@ */ /** - @file port-groups.h - C definitions for the LV2 Port Groups extension - . + @defgroup port-groups Port Groups + + Multi-channel groups of LV2 ports, see + for details. + + @{ */ #ifndef LV2_PORT_GROUPS_H @@ -62,3 +65,7 @@ #define LV2_PORT_GROUPS__subGroupOf LV2_PORT_GROUPS_PREFIX "subGroupOf" #endif /* LV2_PORT_GROUPS_H */ + +/** + @} +*/ -- cgit v1.2.1