From 2b809fbf4090ae64d728988454c4f1b721f4c323 Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Mon, 3 Sep 2012 01:41:19 +0000
Subject: Use relative links between extensions so local documentation links
work. Automatically link prefixed names to the appropriate resource.
---
lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'lv2/lv2plug.in/ns/ext/buf-size')
diff --git a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
index 9313b11..be23c38 100644
--- a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
+++ b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
@@ -16,9 +16,9 @@ block length (the sample_count parameter of LV2_Descriptor::run) and
port buffer sizes, as well as several features which can be used to restrict
the block length.
-This extension only defines data-only features and properties and has no C
-API of its own. The host provides all the relevant information to the plugin as options
+This extension defines features and properties but has no special purpose
+API of its own. The host provides all the relevant information to the plugin
+as options.
To require restrictions on the block length, plugins can require additional
features: bufsz:boundedBlockLength, bufsz:powerOf2BlockLength, and
--
cgit v1.2.1