X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b91c4601f2cc8fab375dc49a0a1222d58065cfdb..5caf524dff950e9c312f32788b09d701b3b4f3ca:/interface/wx/dynlib.h diff --git a/interface/wx/dynlib.h b/interface/wx/dynlib.h index 5810f64b6a..0af4f946e1 100644 --- a/interface/wx/dynlib.h +++ b/interface/wx/dynlib.h @@ -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. @@ -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(). + + @onlyfor{wxmsw} */ void* GetSymbolAorW(const wxString& name) const; @@ -227,7 +229,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /**