aboutsummaryrefslogtreecommitdiffstats
path: root/ext/host-info.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/host-info.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/host-info.lv2')
-rw-r--r--ext/host-info.lv2/host-info.ttl10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/host-info.lv2/host-info.ttl b/ext/host-info.lv2/host-info.ttl
index 2aac2fc..8289f02 100644
--- a/ext/host-info.lv2/host-info.ttl
+++ b/ext/host-info.lv2/host-info.ttl
@@ -39,12 +39,12 @@
foaf:homepage <http://drobilla.net/> ;
rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
] ;
- rdfs:comment """
-This specification defines various properties to represent useful information
+ lv2:documentation """
+<p>This specification defines various properties to represent useful information
about LV2 hosts. Currently, the primary use of this specification is to describe which
-extensions are supported by a given host.
+extensions are supported by a given host.</p>
-The extensions supported by a host can be described like this:
+<p>The extensions supported by a host can be described like this:</p>
<pre>
@prefix hi: &lt;http://lv2plug.in/ns/ext/host-info#&gt; .
@@ -55,7 +55,7 @@ The extensions supported by a host can be described like this:
hi:sinceVersion "1.2.0"
] .
</pre>
-"""^^lv2:basicXHTML .
+""" .
## Core Classes / Properties