aboutsummaryrefslogtreecommitdiffstats
path: root/ext/string-port.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 20:25:02 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 20:25:02 +0000
commite0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2 (patch)
treea73d27c9839bd99ef8e14ac3efec8d59d21c756d /ext/string-port.lv2
parenta31c23155b8b1902f70a63a12d7c09822dacda04 (diff)
downloadlv2-e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2.tar.xz
Mark up documentation with lv2:documentation as per discussion on lv2-dev.
Use unified lv2plug.in style for ontology documentation.
Diffstat (limited to 'ext/string-port.lv2')
-rw-r--r--ext/string-port.lv2/string-port.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/string-port.lv2/string-port.ttl b/ext/string-port.lv2/string-port.ttl
index e6adfc2..8ee6373 100644
--- a/ext/string-port.lv2/string-port.ttl
+++ b/ext/string-port.lv2/string-port.ttl
@@ -35,7 +35,7 @@
a foaf:Person ;
foaf:name "Krzysztof Foltman" ;
] ;
- rdfs:comment """
+ lv2:documentation """
Defines ports which contain string data.
<h4>UI issues</h4>
@@ -65,7 +65,7 @@ sp:StringTransfer a lv2:Feature ;
sp:StringPort a lv2:Port ;
rdfs:label "String port" ;
- rdfs:comment """
+ lv2:documentation """
Indicates that the port data points to a LV2_String_Data structure
as defined in accompanying header file.