aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-08 00:28:38 +0100
committerDavid Robillard <d@drobilla.net>2017-02-08 00:28:38 +0100
commit0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db (patch)
treef52961f40e512d5d1798c7a40b48d27a27d141ac /lv2/lv2plug.in/ns/lv2core/lv2core.ttl
parentb36868f3b96a436961c0c51b5b2dd71d05da9b12 (diff)
downloadlv2-0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db.tar.xz
Add lv2_validate utility
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/lv2core.ttl')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
index 74ad5ac..1e460ee 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
@@ -39,8 +39,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules"
a owl:Ontology ;
rdfs:seeAlso <lv2.h> ,
<lv2_util.h> ,
- <lv2core.doap.ttl> ,
- <../meta/meta.ttl> ;
+ <lv2core.doap.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>.