diff options
Diffstat (limited to 'ext/host-info.lv2')
-rw-r--r-- | ext/host-info.lv2/host-info.ttl | 10 |
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: <http://lv2plug.in/ns/ext/host-info#> . @@ -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 |