From dface705716df0f1f959df46bfdebb41e4282a01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Apr 2007 00:58:50 +0000 Subject: Documention updates/fixes. git-svn-id: http://svn.drobilla.net/lad/slv2@471 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/pluginclasses.h | 2 +- slv2/plugininstance.h | 2 +- slv2/plugins.h | 2 +- slv2/world.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'slv2') diff --git a/slv2/pluginclasses.h b/slv2/pluginclasses.h index 0c2ba1b..b407ede 100644 --- a/slv2/pluginclasses.h +++ b/slv2/pluginclasses.h @@ -25,7 +25,7 @@ extern "C" { #endif -/** \defgroup plugin_classes Plugin classes (categories) +/** \defgroup plugin_classes Plugin classes * * @{ */ 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 #include -/** \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, diff --git a/slv2/plugins.h b/slv2/plugins.h index c544ba1..2101eee 100644 --- a/slv2/plugins.h +++ b/slv2/plugins.h @@ -25,7 +25,7 @@ extern "C" { #endif -/** \defgroup plugins Plugin lists +/** \defgroup plugins Collections of plugins * * These functions work with lists of plugins which come from an * SLV2World. These lists contain only a weak reference to an LV2 plugin diff --git a/slv2/world.h b/slv2/world.h index 0bef69e..6cd1402 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -26,7 +26,7 @@ extern "C" { #endif -/** \defgroup world Library context, data loading, etc. +/** \defgroup world Library * * The "world" represents all library state, and the data found in bundles' * manifest.ttl (ie it is an in-memory index of all things LV2 found). -- cgit v1.2.1