From 4bcd9dc72688d1fbf509ddf2350a6da32af6d37a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Nov 2011 18:48:58 +0000 Subject: Fix Doxygen syntax error. --- ext/dynmanifest.lv2/dynmanifest.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'ext/dynmanifest.lv2/dynmanifest.h') 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: - - a lv2:Plugin ; + +
+   
+       a lv2:Plugin ;
        doap:name "My Plugin" ;
        lv2:binary  ;
-       # ... etc...
-       .
+       etc:etc "..." .
+   
@param handle Dynamic manifest generator handle. -- cgit v1.2.1