aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/extensions/ui
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h
index 8fada66..27350c4 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.h
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h
@@ -17,9 +17,12 @@
*/
/**
- @file ui.h User Interface API.
+ @defgroup ui User Interfaces
- For high-level documentation, see <http://lv2plug.in/ns/extensions/ui>.
+ User interfaces of any type for plugins,
+ <http://lv2plug.in/ns/extensions/ui> for details.
+
+ @{
*/
#ifndef LV2_UI_H
@@ -431,3 +434,7 @@ typedef const LV2UI_Descriptor* (*LV2UI_DescriptorFunction)(uint32_t index);
#endif
#endif /* LV2_UI_H */
+
+/**
+ @}
+*/