]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynlib.h
Remove non-existent wxPGChoices methods from the documentation.
[wxWidgets.git] / interface / wx / dynlib.h
index 5810f64b6abc816d8630cf860431f7947a9cfc9b..6445f9d425725f6b3af0841b4cf29651b0b4d4e4 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxDynamicLibrary and wxDynamicLibraryDetails
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxDynamicLibrary and wxDynamicLibraryDetails
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -81,7 +81,7 @@ enum wxPluginCategory
     @class wxDynamicLibrary
 
     wxDynamicLibrary is a class representing dynamically loadable library
     @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.
 
     this class to load a library and don't worry about unloading it -- it will
     be done in the objects destructor automatically.
 
@@ -166,6 +166,8 @@ public:
         function, you can use just the base name of the function and the
         correct suffix is appended automatically depending on the current
         build. Otherwise, this method is identical to GetSymbol().
         function, you can use just the base name of the function and the
         correct suffix is appended automatically depending on the current
         build. Otherwise, this method is identical to GetSymbol().
+
+        @onlyfor{wxmsw}
     */
     void* GetSymbolAorW(const wxString& name) const;
 
     */
     void* GetSymbolAorW(const wxString& name) const;
 
@@ -227,7 +229,7 @@ public:
 // Global functions/macros
 // ============================================================================
 
 // Global functions/macros
 // ============================================================================
 
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
 //@{
 
 /**
 //@{
 
 /**