From e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Nov 2010 20:25:02 +0000 Subject: Mark up documentation with lv2:documentation as per discussion on lv2-dev. Use unified lv2plug.in style for ontology documentation. --- ext/host-info.lv2/host-info.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/host-info.lv2') 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 ; rdfs:seeAlso ] ; - rdfs:comment """ -This specification defines various properties to represent useful information + lv2:documentation """ +

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.

-The extensions supported by a host can be described like this: +

The extensions supported by a host can be described like this:

 @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"
 	] .
 
-"""^^lv2:basicXHTML . +""" . ## Core Classes / Properties -- cgit v1.2.1