aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/extensions/units
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-28 13:01:00 -0400
committerDavid Robillard <d@drobilla.net>2015-03-28 13:01:00 -0400
commitca1877705386fc2f2a4b0ebecb0adba8c793dcbf (patch)
tree54c4955b7ab156cb273d9757351615ffe528b211 /lv2/lv2plug.in/ns/extensions/units
parent8ad599d6e864203f512bbb25b98abd85ae73cd67 (diff)
downloadlv2-ca1877705386fc2f2a4b0ebecb0adba8c793dcbf.tar.xz
Remove formatting from comments for UI display.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/units')
-rw-r--r--lv2/lv2plug.in/ns/extensions/units/units.ttl12
1 files changed, 3 insertions, 9 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/units/units.ttl b/lv2/lv2plug.in/ns/extensions/units/units.ttl
index e37b018..d023c56 100644
--- a/lv2/lv2plug.in/ns/extensions/units/units.ttl
+++ b/lv2/lv2plug.in/ns/extensions/units/units.ttl
@@ -65,7 +65,7 @@ units:unit
lv2:Parameter ;
rdfs:range units:Unit ;
rdfs:label "unit" ;
- rdfs:comment "Relates a port to the unit of its data" .
+ rdfs:comment "The unit used by the value of a port or parameter." .
units:render
a rdf:Property ,
@@ -110,10 +110,7 @@ units:prefixConversion
rdfs:domain units:Unit ;
rdfs:range units:Conversion ;
rdfs:label "prefix conversion" ;
- rdfs:comment """
-A conversion from this unit to the same unit but with a different SI prefix
-(e.g. Hz to kHz).
-""" .
+ rdfs:comment """A conversion from this unit to the same unit but with a different SI prefix (e.g. Hz to kHz).""" .
units:to
a rdf:Property ,
@@ -128,10 +125,7 @@ units:factor
owl:DatatypeProperty ;
rdfs:domain units:Conversion ;
rdfs:label "conversion factor" ;
- rdfs:comment """
-The factor to multiply the source value by in order to convert
-to the target unit.
-""" .
+ rdfs:comment """The factor to multiply the source value by in order to convert to the target unit.""" .
units:s
a units:Unit ;