diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/port-props')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-props/port-props.h | 12 |
1 files changed, 9 insertions, 3 deletions
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 - <http://lv2plug.in/ns/ext/port-props>. + @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 */ + +/** + @} +*/ |