X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e7f563b52fc6c9a0c870b0adca60d0edd92b4be..7447d53c35249d42128d6243c90998f03882859a:/docs/doxygen/groups/class_appmanagement.h diff --git a/docs/doxygen/groups/class_appmanagement.h b/docs/doxygen/groups/class_appmanagement.h index d58e0e4e1c..8be1624d60 100644 --- a/docs/doxygen/groups/class_appmanagement.h +++ b/docs/doxygen/groups/class_appmanagement.h @@ -3,7 +3,7 @@ // Purpose: Application and Process Management classes group docs // Author: wxWidgets team // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -11,5 +11,11 @@ @defgroup group_class_appmanagement Application and Process Management @ingroup group_class +The classes in this section represent the application (see wxApp) or parts of it +(e.g. wxEventLoopBase, wxModule). +They can be used for initialization/shutdown of the application itself. + +Related macros/global-functions group: @ref group_funcmacro_appinitterm. + */