From a8bc213609682457592688013bae99bfca4e498c Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sun, 13 May 2007 10:46:44 +0200 Subject: [PATCH] remove doxygen warnings --- src/core/component-manager.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/component-manager.h b/src/core/component-manager.h index 13d42fa57..f69648d16 100644 --- a/src/core/component-manager.h +++ b/src/core/component-manager.h @@ -89,7 +89,6 @@ public: * \param classId class id of the constructor to invoke. * \param a1 argument to pass to the constructor. * \return a pointer to the instance created. - * \overload Create (ClassId) * * Create an instance of the object identified by its * ClassId. @@ -102,7 +101,6 @@ public: * \param a1 first argument to pass to the constructor. * \param a2 second argument to pass to the constructor. * \return a pointer to the instance created. - * \overload Create (ClassId) * * Create an instance of the object identified by its * ClassId. @@ -114,7 +112,6 @@ public: * \param classId class id of the constructor to invoke. * \param iid interface id to query for * \return a pointer to the instance created. - * \overload Create (ClassId) * * Create an instance of the object identified by its * ClassId, call QueryInterface on it, and return the @@ -146,7 +143,6 @@ public: * \param name the symbolic name to associate to this * constructor * \returns a ClassId which uniquely identifies this constructor. - * \overload ClassId RegisterConstructor (std::string) */ template static ClassId RegisterConstructor (std::string name) @@ -159,7 +155,6 @@ public: * \param name the symbolic name to associate to this * constructor * \returns a ClassId which uniquely identifies this constructor. - * \overload ClassId RegisterConstructor (std::string) */ template static ClassId RegisterConstructor (std::string name)