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/resize-port/resize-port.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lv2/lv2plug.in/ns/ext/resize-port/resize-port.h') diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h index 23bc578..3d883a8 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h +++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h @@ -14,6 +14,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/** + @defgroup resize-port Resize Port + + Dynamically sized LV2 port buffers. + + @{ +*/ + #ifndef LV2_RESIZE_PORT_H #define LV2_RESIZE_PORT_H @@ -42,6 +50,7 @@ typedef enum { typedef void* LV2_Resize_Port_Feature_Data; +/** Host feature to allow plugins to resize their port buffers. */ typedef struct { LV2_Resize_Port_Feature_Data data; @@ -70,3 +79,6 @@ typedef struct { #endif /* LV2_RESIZE_PORT_H */ +/** + @} +*/ -- cgit v1.2.1