diff options
author | David Robillard <d@drobilla.net> | 2011-10-27 02:55:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-27 02:55:26 +0000 |
commit | 994a8b17a2501d95e485e12dea0eb6f408df6b0d (patch) | |
tree | 93f2fcfe228181bb56229fa81131aca9c04fc3b2 /core.lv2/lv2.ttl | |
parent | e4810455eca0f51f7236e0e3f62bea9f96436621 (diff) | |
download | lv2-994a8b17a2501d95e485e12dea0eb6f408df6b0d.tar.xz |
Remove old urn:struct code linking stuff.
This ugly way of linking to code has been deprecated by the automagic
Doxygen code links stuff.
Diffstat (limited to 'core.lv2/lv2.ttl')
-rw-r--r-- | core.lv2/lv2.ttl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index d18c865..c9df753 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -104,8 +104,7 @@ and non-C programs to work with LV2 data. LV2 itself and extensions are distributed in a similar way.</p> <p>An LV2 plugin library is suitable for dynamic loading (e.g. via -<code>dlopen()</code>) and provides one or more <a -href="urn:struct:LV2_Descriptor">plugin descriptors</a> via the +<code>dlopen()</code>) and provides one or more plugin descriptors via the <code>lv2_descriptor()</code> function. These can be instantiated to create plugin <q>instances</q>, which can be run directly on data or connected together to perform advanced signal processing tasks.</p> |