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/resize-port.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/resize-port.lv2')
-rw-r--r-- | ext/resize-port.lv2/resize-port.ttl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/resize-port.lv2/resize-port.ttl b/ext/resize-port.lv2/resize-port.ttl index 7709c0a..9ddd3cb 100644 --- a/ext/resize-port.lv2/resize-port.ttl +++ b/ext/resize-port.lv2/resize-port.ttl @@ -35,18 +35,18 @@ a lv2:Specification ; a lv2:Feature ; doap:name "LV2 Resize Port Extension" ; - rdfs:comment """ -An extension that allows LV2 plugins to request a resize of an output port. + lv2:documentation """ +<p>An extension that allows LV2 plugins to request a resize of an output port.</p> -Any host which supports this extension must pass an LV2_Feature to +<p>Any host which supports this extension must pass an LV2_Feature to the plugin's instantiate method with URI http://lv2plug.in/ns/ext/resize-port and a pointer to a LV2_Resize_Port_Feature structure (see <a href="resize-port.h">resize-port.h</a> for details). This structure provides a resize_port function which plugins may use to resize output -port buffers as necessary. +port buffers as necessary.</p> -This extension also defines several predicates useful for describing the -amount of space required for a particular port buffer. +<p>This extension also defines several predicates useful for describing the +amount of space required for a particular port buffer.</p> """ . rsz:asLargeAs a rdf:Property ; |