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-props/port-props.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/port-props/port-props.h') diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.h b/lv2/lv2plug.in/ns/ext/port-props/port-props.h index 11274cc..32e110a 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.h +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.h @@ -15,9 +15,11 @@ */ /** - @file port-props.h - C definitions for the LV2 Port Props extension - . + @defgroup port-props Port Properties + + Various port properties. + + @{ */ #ifndef LV2_PORT_PROPS_H @@ -40,3 +42,7 @@ #define LV2_PORT_PROPS__trigger LV2_PORT_PROPS_PREFIX "trigger" #endif /* LV2_PORT_PROPS_H */ + +/** + @} +*/ -- cgit v1.2.1