diff options
author | David Robillard <d@drobilla.net> | 2012-03-26 23:42:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-26 23:42:50 +0000 |
commit | 882cb0ae306d8a26699a1c9224640cc8cf8971a3 (patch) | |
tree | 9593407f173ffc53d5f8698a6f889979af75bb8d /lv2 | |
parent | e01f7c8b0e4b3596d7f1d0d6d09ecd999fdbff42 (diff) | |
download | lv2-882cb0ae306d8a26699a1c9224640cc8cf8971a3.tar.xz |
Move files listing into contents. Hopefully a more obvious link to the API will appease the C curmudgeons.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index b474252..2feb30b 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -60,7 +60,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules" <http://lv2plug.in/ns/lv2core> a owl:Ontology ; owl:imports <http://lv2plug.in/ns/doap.owl> ; - rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> ; + rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> , <../people/people.ttl> ; lv2:documentation """ <p>LV2 is an interface for writing audio processors, or <q>plugins</q>, in C/C++ which can be dynamically loaded into many applications, or <q>hosts</q>. |