diff options
author | David Robillard <d@drobilla.net> | 2007-11-30 22:00:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-30 22:00:00 +0000 |
commit | 66d5e28a5704deb3fd15d2e4d2cb9f1b30f983ba (patch) | |
tree | 29af8b4b1f38f511718e5c085c58291e7aca7b19 /slv2/pluginuiinstance.h | |
parent | 488a99ff2cf946aa416f8bc86f0b1b9c02ed9658 (diff) | |
download | lilv-66d5e28a5704deb3fd15d2e4d2cb9f1b30f983ba.tar.gz lilv-66d5e28a5704deb3fd15d2e4d2cb9f1b30f983ba.tar.bz2 lilv-66d5e28a5704deb3fd15d2e4d2cb9f1b30f983ba.zip |
Build/install man pages.
git-svn-id: http://svn.drobilla.net/lad/slv2@928 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/pluginuiinstance.h')
-rw-r--r-- | slv2/pluginuiinstance.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/slv2/pluginuiinstance.h b/slv2/pluginuiinstance.h index ba2ada6..2723585 100644 --- a/slv2/pluginuiinstance.h +++ b/slv2/pluginuiinstance.h @@ -28,16 +28,9 @@ extern "C" { #include <slv2/lv2_gui.h> #include <slv2/plugin.h> -/** \addtogroup lib - * @{ - */ - - typedef struct _SLV2UIInstanceImpl* SLV2UIInstanceImpl; - - -/** Instance of a plugin UI. +/* Instance of a plugin UI. * * All details are in hidden in the pimpl member to avoid making the * implementation a part of the ABI. @@ -47,6 +40,10 @@ typedef struct _SLV2UIInstance { }* SLV2UIInstance; +/** \addtogroup slv2_library + * @{ + */ + /** Instantiate a plugin UI. * |