summaryrefslogtreecommitdiffstats
path: root/slv2/pluginlist.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/pluginlist.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/pluginlist.h')
-rw-r--r--slv2/pluginlist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/slv2/pluginlist.h b/slv2/pluginlist.h
index f862df4..c1f1d04 100644
--- a/slv2/pluginlist.h
+++ b/slv2/pluginlist.h
@@ -27,7 +27,7 @@ extern "C" {
typedef void* SLV2Plugins;
-/** \defgroup plugins Plugins - Collection of plugins, plugin discovery
+/** \defgroup plugins Discovery and lists of plugins
*
* These functions are for locating plugins installed on the system.
*
@@ -69,10 +69,10 @@ slv2_plugins_free(SLV2Plugins list);
/** Filter plugins from one list into another.
*
- * All plugins in @a source that return true when passed to @a include
+ * All plugins in \a source that return true when passed to \a include
* (a pointer to a function that takes an SLV2Plugin and returns a bool)
- * will be added to @a dest. Plugins are duplicated into dest, it is safe
- * to destroy source and continue to use dest after this call.
+ * will be added to \a dest. Plugins are duplicated into \a dest, it is safe
+ * to destroy \a source and continue to use \a dest after this call.
*/
void
slv2_plugins_filter(SLV2Plugins dest,