From be95afee123c169b083049c2f441d3860a12fea0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Apr 2007 03:57:41 +0000 Subject: Clean up API, hide more methods that should not be exposed to user. Document performance of most methods. Clean up and clarify documentation. git-svn-id: http://svn.drobilla.net/lad/slv2@460 a436a847-0d15-0410-975c-d299462d15a1 --- data/lv2.ttl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/lv2.ttl') diff --git a/data/lv2.ttl b/data/lv2.ttl index d3ed0b3..d0d9f94 100644 --- a/data/lv2.ttl +++ b/data/lv2.ttl @@ -167,10 +167,9 @@ The plugin author MUST change the plugin URI if a port index is changed. """ . :symbol a rdf:Property ; - rdfs:domain :Port ; rdfs:label "symbol" ; rdfs:comment """ -A short name used to identify the port in an easily machine and human readable way. +A short name used as a machine and human readable identifier. The first character must be one of _, a-z or A-Z and subsequenct characters can be from _, a-z, A-Z and 0-9. -- cgit v1.2.1