From 66d5e28a5704deb3fd15d2e4d2cb9f1b30f983ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Nov 2007 22:00:00 +0000 Subject: Build/install man pages. git-svn-id: http://svn.drobilla.net/lad/slv2@928 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'slv2/plugin.h') diff --git a/slv2/plugin.h b/slv2/plugin.h index c22fda5..b7a436e 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -29,10 +29,10 @@ extern "C" { #include #include -/** \defgroup data Plugin data access +/** \defgroup slv2_data Plugin data access * - * These functions work exclusively with the plugin's RDF data. - * They do not load or access the plugin dynamic library in any way. + * These functions work exclusively with the plugin's RDF data, + * they do not access the plugin's shared library in any way. * * An SLV2Plugin contains an in-memory cache of the plugin data, loaded * on demand. Duplicating plugins should be avoided when possible for -- cgit v1.2.1