diff options
author | David Robillard <d@drobilla.net> | 2013-12-25 17:59:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-25 17:59:16 +0000 |
commit | 8b1275387c758c1ee894647517e5fb30adaa3ea4 (patch) | |
tree | 8f498ea7f856c3acf20c30caeea89ba37036ceec /plugins/eg05-scope.lv2/manifest.ttl.in | |
parent | 74c991974146ab389d66052de904a84b44adf3ad (diff) | |
download | lv2-8b1275387c758c1ee894647517e5fb30adaa3ea4.tar.xz |
Bookify examploscope documentation.
Fix book generator to include single-star C comments in code blocks.
Diffstat (limited to 'plugins/eg05-scope.lv2/manifest.ttl.in')
-rw-r--r-- | plugins/eg05-scope.lv2/manifest.ttl.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/eg05-scope.lv2/manifest.ttl.in b/plugins/eg05-scope.lv2/manifest.ttl.in index 028a673..a64aff1 100644 --- a/plugins/eg05-scope.lv2/manifest.ttl.in +++ b/plugins/eg05-scope.lv2/manifest.ttl.in @@ -2,16 +2,19 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ui: <http://lv2plug.in/ns/extensions/ui#> . +# ==== Mono plugin variant ==== <http://lv2plug.in/plugins/eg-scope#Mono> a lv2:Plugin ; lv2:binary <examploscope@LIB_EXT@> ; rdfs:seeAlso <examploscope.ttl> . +# ==== Stereo plugin variant ==== <http://lv2plug.in/plugins/eg-scope#Stereo> a lv2:Plugin ; lv2:binary <examploscope@LIB_EXT@> ; rdfs:seeAlso <examploscope.ttl> . +# ==== Gtk 2.0 UI ==== <http://lv2plug.in/plugins/eg-scope#ui> a ui:GtkUI ; ui:binary <examploscope_ui@LIB_EXT@> ; |