X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ccf05663316e28d964c7d76dc5defe774b59427..106f0d98f88a701b4c9ea7e2419d7ee6c66de13b:/interface/wx/dynlib.h?ds=sidebyside diff --git a/interface/wx/dynlib.h b/interface/wx/dynlib.h index 1651721c91..6445f9d425 100644 --- a/interface/wx/dynlib.h +++ b/interface/wx/dynlib.h @@ -3,7 +3,7 @@ // 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 - (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 */ //@{ /**