diff vamp-sdk/hostext/PluginLoader.h @ 76:6683f99107cf

* Use m_impl structure for PluginAdapter as well * Doc updates
author cannam
date Thu, 07 Jun 2007 14:15:24 +0000
parents 0f8524203677
children c94c066a4897
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginLoader.h	Thu Jun 07 13:56:26 2007 +0000
+++ b/vamp-sdk/hostext/PluginLoader.h	Thu Jun 07 14:15:24 2007 +0000
@@ -50,6 +50,8 @@
 namespace HostExt {
 
 /**
+ * \class PluginLoader PluginLoader.h <vamp-sdk/hostext/PluginLoader.h>
+ * 
  * Vamp::HostExt::PluginLoader is a convenience class for discovering
  * and loading Vamp plugins using the typical plugin-path, library
  * naming, and categorisation conventions described in the Vamp SDK
@@ -61,7 +63,7 @@
  * class, and are certainly not required to use this actual class.
  * But we do strongly recommend it.
  *
- * \note This class was introduced version 1.1 of the Vamp plugin SDK.
+ * \note This class was introduced in version 1.1 of the Vamp plugin SDK.
  */
 
 class PluginLoader