]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/init.h
Correct wxDatePickerCtrl::GetValue() documentation and other minor fixes.
[wxWidgets.git] / interface / wx / init.h
index 7e955d0133927e5e94b9e9dfc7aca30fd776945b..163e5f7252770473919b7ef8d898a332b441d605 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -13,7 +13,7 @@
     Create an object of this class on the stack to initialize/cleanup the library
     automatically.
 
-    @library{base}
+    @library{wxbase}
     @category{appmanagement}
 
     @see wxGLContext
@@ -41,7 +41,7 @@ public:
 
 
 
-/** @ingroup group_funcmacro_appinitterm */
+/** @addtogroup group_funcmacro_appinitterm */
 //@{
 
 /**
@@ -90,7 +90,7 @@ void wxEntryCleanup();
     Initialize the library (may be called as many times as needed, but each
     call to wxInitialize() must be matched by wxUninitialize()).
 
-    With this function you may avoid DECLARE_APP() and IMPLEMENT_APP() macros
+    With this function you may avoid wxDECLARE_APP() and wxIMPLEMENT_APP() macros
     and use wxInitialize() and wxUninitialize() dynamically in the
     program startup and termination.