diff options
author | David Robillard <d@drobilla.net> | 2007-04-23 00:58:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-23 00:58:50 +0000 |
commit | dface705716df0f1f959df46bfdebb41e4282a01 (patch) | |
tree | d29584913b25fbbff4294b77d5ad65cda9fe92c9 /slv2/plugininstance.h | |
parent | 2066b51c243763677dfdbc6a9db8bccc10bbfe36 (diff) | |
download | lilv-dface705716df0f1f959df46bfdebb41e4282a01.tar.gz lilv-dface705716df0f1f959df46bfdebb41e4282a01.tar.bz2 lilv-dface705716df0f1f959df46bfdebb41e4282a01.zip |
Documention updates/fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@471 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugininstance.h')
-rw-r--r-- | slv2/plugininstance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h index 0132dfe..866d1e0 100644 --- a/slv2/plugininstance.h +++ b/slv2/plugininstance.h @@ -28,7 +28,7 @@ extern "C" { #include <slv2/plugin.h> #include <slv2/port.h> -/** \defgroup lib Shared library access +/** \defgroup lib Plugin library access * * An SLV2Instance is an instantiated SLV2Plugin (eg a loaded dynamic * library). These functions interact with the binary library code only, |