From 6626f77037747855e7dcec64697d436c4300d7c2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Apr 2007 01:05:55 +0000 Subject: Documentation fixes. git-svn-id: http://svn.drobilla.net/lad/slv2@454 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/plugininstance.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'slv2/plugininstance.h') 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. -- cgit v1.2.1