aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dynmanifest.lv2/dynmanifest.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-20 18:48:58 +0000
committerDavid Robillard <d@drobilla.net>2011-11-20 18:48:58 +0000
commit4bcd9dc72688d1fbf509ddf2350a6da32af6d37a (patch)
treed74601da89ade98c5e2fac7954bc5c1839aac36a /ext/dynmanifest.lv2/dynmanifest.h
parent35c47b58729b075350462dc5eb1a68cc08aefd53 (diff)
downloadlv2-4bcd9dc72688d1fbf509ddf2350a6da32af6d37a.tar.xz
Fix Doxygen syntax error.
Diffstat (limited to 'ext/dynmanifest.lv2/dynmanifest.h')
-rw-r--r--ext/dynmanifest.lv2/dynmanifest.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ext/dynmanifest.lv2/dynmanifest.h b/ext/dynmanifest.lv2/dynmanifest.h
index 7c08fb1..56d829e 100644
--- a/ext/dynmanifest.lv2/dynmanifest.h
+++ b/ext/dynmanifest.lv2/dynmanifest.h
@@ -98,12 +98,14 @@ int lv2_dyn_manifest_get_subjects(LV2_Dyn_Manifest_Handle handle,
regular LV2 plugin whose URI, as retrieved by the host using
lv2_dyn_manifest_get_subjects() is http://www.example.com/plugin/uri, it
should output something like:
-
- <http://www.example.com/plugin/uri> a lv2:Plugin ;
+
+ <pre>
+ <http://www.example.com/plugin/uri>
+ a lv2:Plugin ;
doap:name "My Plugin" ;
lv2:binary <mylib.so> ;
- # ... etc...
- .
+ etc:etc "..." .
+ </pre>
@param handle Dynamic manifest generator handle.