aboutsummaryrefslogtreecommitdiffstats
path: root/ext/contexts.lv2
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/contexts.lv2
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/contexts.lv2')
-rw-r--r--ext/contexts.lv2/contexts.ttl10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/contexts.lv2/contexts.ttl b/ext/contexts.lv2/contexts.ttl
index 1290b3d..c56c649 100644
--- a/ext/contexts.lv2/contexts.ttl
+++ b/ext/contexts.lv2/contexts.ttl
@@ -96,10 +96,10 @@ ctx:audioContext a ctx:Context , lv2:Feature ;
ctx:messageContext a ctx:Context , lv2:Feature ;
lv2:documentation """
-A non-realtime context for plugin control via message passing. This context
+<p>A non-realtime context for plugin control via message passing. This context
has a run method which takes a bitset of flags for parameters specifying which
input and output ports are valid before and after the run method has executed,
-respectively (see <code>LV2_Contexts_MessageContext</code>).
+respectively (see <code>LV2_Contexts_MessageContext</code>).</p>
""" .
ctx:idleContext a ctx:Context , lv2:Feature ;
@@ -110,10 +110,10 @@ This context never has any ports.
ctx:requestRunFeature a lv2:Feature ;
lv2:documentation """
-A feature allowing the plugin to request the execution of a particular context
-at an arbitrary time. To support this feature, the host MUST pass an
+<p>A feature allowing the plugin to request the execution of a particular
+context at an arbitrary time. To support this feature, the host MUST pass an
LV2_Feature to <code>instantiate</code> with <code>data</code> pointing to a
-LV2_Contexts_Request_Run_Feature.
+LV2_Contexts_Request_Run_Feature.</p>
<p>The plugin MAY call <code>request_run</code> with the given
<code>data</code> from any non-realtime context to demand soon-as-possible execution