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/atom | |
parent | 8ad599d6e864203f512bbb25b98abd85ae73cd67 (diff) | |
download | lv2-ca1877705386fc2f2a4b0ebecb0adba8c793dcbf.tar.xz |
Remove formatting from comments for UI display.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index e854bed..8d41f35 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -65,10 +65,7 @@ atom:cType rdfs:label "C type" ; rdfs:domain rdfs:Class ; rdfs:range lv2:Symbol ; - rdfs:comment """ -The identifier for a C type describing the binary representation of an Atom of -this type. -""" . + rdfs:comment """The identifier for a C type describing the binary representation of an Atom of this type.""" . atom:Atom a rdfs:Class ; |