diff options
author | David Robillard <d@drobilla.net> | 2015-03-28 13:01:00 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-28 13:01:00 -0400 |
commit | ca1877705386fc2f2a4b0ebecb0adba8c793dcbf (patch) | |
tree | 54c4955b7ab156cb273d9757351615ffe528b211 /lv2/lv2plug.in/ns/ext/dynmanifest | |
parent | 8ad599d6e864203f512bbb25b98abd85ae73cd67 (diff) | |
download | lv2-ca1877705386fc2f2a4b0ebecb0adba8c793dcbf.tar.xz |
Remove formatting from comments for UI display.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/dynmanifest')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl index 3806374..71980a1 100644 --- a/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl +++ b/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl @@ -75,16 +75,10 @@ dman:DynManifest a owl:Restriction ; owl:onProperty lv2:binary ; owl:minCardinality 1 ; - rdfs:comment """ -A DynManifest MUST have at least 1 lv2:binary, which MUST implement all the -functions defined in dynmanifest.h. -""" + rdfs:comment "A DynManifest MUST have at least 1 lv2:binary, which MUST implement all the functions defined in dynmanifest.h." ] ; - rdfs:comment """ -The class which represents a dynamic manifest generator. + rdfs:comment """The class which represents a dynamic manifest generator. There MUST NOT be any instances of dman:DynManifest in the generated manifest. -All relative URIs in the generated data MUST be relative to the base path -that would be used to parse a normal LV2 manifest (the bundle path). -""" . +All relative URIs in the generated data MUST be relative to the base path that would be used to parse a normal LV2 manifest (the bundle path).""" . |