diff options
author | David Robillard <d@drobilla.net> | 2012-09-03 01:41:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-03 01:41:19 +0000 |
commit | 2b809fbf4090ae64d728988454c4f1b721f4c323 (patch) | |
tree | 058a94acba951f2d8805d6d2c625079929068c75 /lv2/lv2plug.in/ns/ext/parameters | |
parent | 838005bbfc51a1cfb042b2cbc11d5cc2a88683a2 (diff) | |
download | lv2-2b809fbf4090ae64d728988454c4f1b721f4c323.tar.xz |
Use relative links between extensions so local documentation links work.
Automatically link prefixed names to the appropriate resource.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/parameters')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/parameters/parameters.ttl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl index 87ee8d6..8f05f74 100644 --- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl +++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl @@ -11,10 +11,9 @@ lv2:documentation """ <p>This vocabulary describes parameters common in audio processing software. A <q>parameter</q> is purely a metadata concept, unrelated to any particular code -mechanism. Parameters are used to assign meaning to controls (e.g. using <a -href="http://lv2plug.in/ns/lv2core#designation">lv2:designation</a>) so they -can be used more intelligently or presented to the user more efficiently.</p> -""" . +mechanism. Parameters are used to assign meaning to controls (e.g. using +lv2:designation for ports) so they can be used more intelligently or presented +to the user more efficiently.</p> """ . param:ControlGroup a rdfs:Class ; |