summaryrefslogtreecommitdiffstats
path: root/slv2/plugininstance.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-18 01:05:55 +0000
committerDavid Robillard <d@drobilla.net>2007-04-18 01:05:55 +0000
commit6626f77037747855e7dcec64697d436c4300d7c2 (patch)
tree1dc1ad51e18cbdd421ff677df8427801774b1dfd /slv2/plugininstance.h
parentedbd4d24fd67f8c1c346d9d26ed2a3708a30b684 (diff)
downloadlilv-6626f77037747855e7dcec64697d436c4300d7c2.tar.gz
lilv-6626f77037747855e7dcec64697d436c4300d7c2.tar.bz2
lilv-6626f77037747855e7dcec64697d436c4300d7c2.zip
Documentation fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@454 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugininstance.h')
-rw-r--r--slv2/plugininstance.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h
index 122d536..3def071 100644
--- a/slv2/plugininstance.h
+++ b/slv2/plugininstance.h
@@ -30,11 +30,11 @@ extern "C" {
typedef struct _InstanceImpl* SLV2InstanceImpl;
-/** \defgroup lib Plugin Instance - Shared library access
+/** \defgroup lib Shared library access
*
* An SLV2Instance is an instantiated SLV2Plugin (eg a loaded dynamic
* library). These functions interact with the binary library code only,
- * they do not read any RDF data files whatsoever.
+ * they do not read data files in any way.
*
* @{
*/
@@ -137,7 +137,7 @@ slv2_instance_activate(SLV2Instance instance)
}
-/** Run @a instance for @a sample_count frames.
+/** Run \a instance for \a sample_count frames.
*
* If the hint lv2:hardRtCapable is set for this plugin, this function is
* guaranteed not to block.