// Purpose: interface of wxDynamicLibrary and wxDynamicLibraryDetails
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@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.
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;
// Global functions/macros
// ============================================================================
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
//@{
/**