aboutsummaryrefslogtreecommitdiffstats
path: root/ext/time.lv2/time.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-14 01:23:22 +0000
committerDavid Robillard <d@drobilla.net>2011-11-14 01:23:22 +0000
commitdb32487a23a07dcf62686480aa8642c4795f3787 (patch)
treebe0af6d7a0b7bc7984520551f01ebfceba7fa761 /ext/time.lv2/time.ttl
parent708a01ffb58ed30bb813fbfedca19d16d33ac887 (diff)
downloadlv2-db32487a23a07dcf62686480aa8642c4795f3787.tar.xz
Make all lv2:documentation valid XHTML Basic 1.1.
Validate lv2:documentation in lv2specgen (if lxml is available).
Diffstat (limited to 'ext/time.lv2/time.ttl')
-rw-r--r--ext/time.lv2/time.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/time.lv2/time.ttl b/ext/time.lv2/time.ttl
index 4823d07..40bfdbb 100644
--- a/ext/time.lv2/time.ttl
+++ b/ext/time.lv2/time.ttl
@@ -42,10 +42,10 @@ time:Position
a rdfs:Class ;
rdfs:label "LV2 time position" ;
lv2:documentation """
-Type for an LV2_Time_Position struct. This can be mapped to an integer and
+<p>Type for an LV2_Time_Position struct. This can be mapped to an integer and
used as the type field of an event to indicate that the event payload is an
LV2_Time_Positon struct. Plugins SHOULD indicate that a port supports time
-information using the ev:supports predicate, e.g.:
+information using the ev:supports predicate, e.g.:</p>
<pre class="turtle-code">
&lt;plugin&gt; lv2:port [
a lv2:InputPort , ev:EventPort ;