diff options
author | David Robillard <d@drobilla.net> | 2014-11-25 00:23:48 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-11-25 00:23:48 -0500 |
commit | 68a4dc89f5e00aa6e2780f4f96011b92961b7a80 (patch) | |
tree | 22882da1f402bd6067415e687f9061c77680c198 /lv2/lv2plug.in/ns/extensions/ui/ui.h | |
parent | 1754a6fe0866fcf84846722f45042caa698d1aea (diff) | |
download | lv2-68a4dc89f5e00aa6e2780f4f96011b92961b7a80.tar.xz |
Single-page API documentation with unified style.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.h')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.h | 11 |
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 */ + +/** + @} +*/ |