diff options
author | David Robillard <d@drobilla.net> | 2010-11-26 20:25:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-11-26 20:25:02 +0000 |
commit | e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2 (patch) | |
tree | a73d27c9839bd99ef8e14ac3efec8d59d21c756d /ext/uri-map.lv2 | |
parent | a31c23155b8b1902f70a63a12d7c09822dacda04 (diff) | |
download | lv2-e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2.tar.xz |
Mark up documentation with lv2:documentation as per discussion on lv2-dev.
Use unified lv2plug.in style for ontology documentation.
Diffstat (limited to 'ext/uri-map.lv2')
-rw-r--r-- | ext/uri-map.lv2/uri-map.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/uri-map.lv2/uri-map.ttl b/ext/uri-map.lv2/uri-map.ttl index e6459c3..54db29d 100644 --- a/ext/uri-map.lv2/uri-map.ttl +++ b/ext/uri-map.lv2/uri-map.ttl @@ -31,8 +31,8 @@ doap:license <http://usefulinc.com/doap/licenses/mit> ; doap:name "LV2 URI Map" ; doap:release [ - doap:revision "1" ; - doap:created "2008-04-16" + doap:revision "1.1pre1" ; + doap:created "2010-10-29" ] ; doap:maintainer [ a foaf:Person ; |