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/event.lv2/event.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/event.lv2/event.ttl') diff --git a/ext/event.lv2/event.ttl b/ext/event.lv2/event.ttl index 4f939a4..7c0efba 100644 --- a/ext/event.lv2/event.ttl +++ b/ext/event.lv2/event.ttl @@ -30,10 +30,10 @@ a lv2:Specification ; doap:license ; doap:name "LV2 Events" ; - rdfs:seeAlso "event-helpers.h" ; + rdfs:seeAlso ; doap:release [ - doap:revision "1" ; - doap:created "2008-04-04" ; + doap:revision "1.1pre1" ; + doap:created "2010-10-29" ] ; doap:maintainer [ a foaf:Person ; @@ -44,7 +44,7 @@ a foaf:Person ; foaf:name "Lars Luthman" ; ] ; - rdfs:comment """ + lv2:documentation """ This extension defines a generic time-stamped event port type, which can be used to create plugins that read and write real-time events, such as MIDI, OSC, or any other type of event payload. The type(s) of event supported by -- cgit v1.2.1