]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynlib.h
Removing more CodeWarrior project files.
[wxWidgets.git] / interface / wx / dynlib.h
index 1651721c916705313d8ae566fe5fcb260345282b..0af4f946e198404d3056042a96c55ccd22f9e494 100644 (file)
@@ -81,7 +81,7 @@ enum wxPluginCategory
     @class wxDynamicLibrary
 
     wxDynamicLibrary is a class representing dynamically loadable library
-    (Windows DLL, shared library under Unix etc.). Just create an object of
+    (Windows DLL, shared library under Unix etc). Just create an object of
     this class to load a library and don't worry about unloading it -- it will
     be done in the objects destructor automatically.
 
@@ -229,7 +229,7 @@ public:
 // Global functions/macros
 // ============================================================================
 
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
 //@{
 
 /**