From: Bryan Petty Date: Mon, 5 Jan 2009 20:48:06 +0000 (+0000) Subject: Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/aboutdlg.h b/interface/wx/aboutdlg.h index a3187bfb46..7d98bab25c 100644 --- a/interface/wx/aboutdlg.h +++ b/interface/wx/aboutdlg.h @@ -170,7 +170,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/app.h b/interface/wx/app.h index c0178fc6c0..307a697bc7 100644 --- a/interface/wx/app.h +++ b/interface/wx/app.h @@ -710,7 +710,7 @@ public: // ============================================================================ -/** @ingroup group_funcmacro_rtti */ +/** @addtogroup group_funcmacro_rtti */ //@{ /** @@ -758,7 +758,7 @@ wxApp *wxTheApp; -/** @ingroup group_funcmacro_appinitterm */ +/** @addtogroup group_funcmacro_appinitterm */ //@{ /** @@ -900,7 +900,7 @@ int wxEntry(HINSTANCE hInstance, -/** @ingroup group_funcmacro_procctrl */ +/** @addtogroup group_funcmacro_procctrl */ //@{ /** diff --git a/interface/wx/arrstr.h b/interface/wx/arrstr.h index a81aa37e19..f2ea79180f 100644 --- a/interface/wx/arrstr.h +++ b/interface/wx/arrstr.h @@ -327,7 +327,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_string */ +/** @addtogroup group_funcmacro_string */ //@{ /** diff --git a/interface/wx/atomic.h b/interface/wx/atomic.h index 3767cd7f0b..fdb4bacae5 100644 --- a/interface/wx/atomic.h +++ b/interface/wx/atomic.h @@ -11,7 +11,7 @@ // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_atomic */ +/** @addtogroup group_funcmacro_atomic */ //@{ /** diff --git a/interface/wx/base64.h b/interface/wx/base64.h index 3967d697b9..509e218900 100644 --- a/interface/wx/base64.h +++ b/interface/wx/base64.h @@ -11,7 +11,7 @@ // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/chartype.h b/interface/wx/chartype.h index b6a3ca5779..d9c3e9c895 100644 --- a/interface/wx/chartype.h +++ b/interface/wx/chartype.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_string */ +/** @addtogroup group_funcmacro_string */ //@{ /** diff --git a/interface/wx/choicdlg.h b/interface/wx/choicdlg.h index b0c5779f1b..bd2238a33b 100644 --- a/interface/wx/choicdlg.h +++ b/interface/wx/choicdlg.h @@ -279,7 +279,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** @@ -310,7 +310,7 @@ int wxGetSingleChoiceIndex(const wxString& message, //@} -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** @@ -351,7 +351,7 @@ wxString wxGetSingleChoice(const wxString& message, //@} -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** @@ -386,7 +386,7 @@ wxString wxGetSingleChoiceData(const wxString& message, //@} -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/colordlg.h b/interface/wx/colordlg.h index 74a4516463..47d8026cd4 100644 --- a/interface/wx/colordlg.h +++ b/interface/wx/colordlg.h @@ -62,7 +62,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/colour.h b/interface/wx/colour.h index b1102d41e8..fa9cdf5b08 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -200,7 +200,7 @@ wxColour* wxWHITE; // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/cpp.h b/interface/wx/cpp.h index b8585c519c..16a919d4bc 100644 --- a/interface/wx/cpp.h +++ b/interface/wx/cpp.h @@ -7,7 +7,7 @@ ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** This macro returns the concatenation of the arguments passed. Unlike when @@ -22,7 +22,7 @@ #define wxCONCAT5(x1, x2, x3, x4, x5) //@} -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/dde.h b/interface/wx/dde.h index 99665bef22..5f0104470b 100644 --- a/interface/wx/dde.h +++ b/interface/wx/dde.h @@ -323,7 +323,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/debug.h b/interface/wx/debug.h index d0e98d385e..337ea6e483 100644 --- a/interface/wx/debug.h +++ b/interface/wx/debug.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_debug */ +/** @addtogroup group_funcmacro_debug */ //@{ /** @@ -243,7 +243,7 @@ void wxTrap(); -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/defs.h b/interface/wx/defs.h index cc30169f3c..5eeba8ee71 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -180,7 +180,7 @@ enum wxPaperSize }; -/** @ingroup group_funcmacro_byteorder */ +/** @addtogroup group_funcmacro_byteorder */ //@{ /** @@ -197,7 +197,7 @@ enum wxPaperSize //@} -/** @ingroup group_funcmacro_byteorder */ +/** @addtogroup group_funcmacro_byteorder */ //@{ /** @@ -218,7 +218,7 @@ enum wxPaperSize //@} -/** @ingroup group_funcmacro_byteorder */ +/** @addtogroup group_funcmacro_byteorder */ //@{ /** @@ -241,7 +241,7 @@ enum wxPaperSize -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/dirdlg.h b/interface/wx/dirdlg.h index 23d7285ee0..400452315d 100644 --- a/interface/wx/dirdlg.h +++ b/interface/wx/dirdlg.h @@ -112,7 +112,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/dnd.h b/interface/wx/dnd.h index a40930ba69..0855d6872a 100644 --- a/interface/wx/dnd.h +++ b/interface/wx/dnd.h @@ -391,7 +391,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_gdi */ +/** @addtogroup group_funcmacro_gdi */ //@{ /** diff --git a/interface/wx/docview.h b/interface/wx/docview.h index baed8144d5..7255d81cb4 100644 --- a/interface/wx/docview.h +++ b/interface/wx/docview.h @@ -1503,7 +1503,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_file */ +/** @addtogroup group_funcmacro_file */ //@{ /** diff --git a/interface/wx/dynlib.h b/interface/wx/dynlib.h index a1803e1067..0af4f946e1 100644 --- a/interface/wx/dynlib.h +++ b/interface/wx/dynlib.h @@ -229,7 +229,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/event.h b/interface/wx/event.h index e2988d7afa..5a4a49bc2f 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -3282,7 +3282,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_events */ +/** @addtogroup group_funcmacro_events */ //@{ /** diff --git a/interface/wx/filedlg.h b/interface/wx/filedlg.h index 1ff73a0603..1093760f98 100644 --- a/interface/wx/filedlg.h +++ b/interface/wx/filedlg.h @@ -228,7 +228,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/filefn.h b/interface/wx/filefn.h index 805212a72d..4d2ac750a7 100644 --- a/interface/wx/filefn.h +++ b/interface/wx/filefn.h @@ -98,7 +98,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_file */ +/** @addtogroup group_funcmacro_file */ //@{ /** @@ -431,7 +431,7 @@ enum wxFileKind //@} -/** @ingroup group_funcmacro_file */ +/** @addtogroup group_funcmacro_file */ //@{ /** Returns the type of an open file. Possible return values are enumerations @@ -443,7 +443,7 @@ wxFileKind wxGetFileKind(int fd); wxFileKind wxGetFileKind(FILE* fp); //@} -/** @ingroup group_funcmacro_file */ +/** @addtogroup group_funcmacro_file */ //@{ /** @warning This function is obsolete, please use wxFileName::SplitPath() @@ -458,7 +458,7 @@ wxString wxFileNameFromPath(const wxString& path); char* wxFileNameFromPath(char* path); //@} -/** @ingroup group_funcmacro_file */ +/** @addtogroup group_funcmacro_file */ //@{ /** @warning This function is obsolete, please use diff --git a/interface/wx/font.h b/interface/wx/font.h index 496aac3c79..e4e99ae1dc 100644 --- a/interface/wx/font.h +++ b/interface/wx/font.h @@ -709,7 +709,7 @@ wxFontList* wxTheFontList; // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/fontdlg.h b/interface/wx/fontdlg.h index 1fd6a06191..f6becc4836 100644 --- a/interface/wx/fontdlg.h +++ b/interface/wx/fontdlg.h @@ -81,7 +81,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/gdicmn.h b/interface/wx/gdicmn.h index b06c7a331e..fb5089f714 100644 --- a/interface/wx/gdicmn.h +++ b/interface/wx/gdicmn.h @@ -791,7 +791,7 @@ wxSize wxDefaultSize; // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_gdi */ +/** @addtogroup group_funcmacro_gdi */ //@{ /** @@ -843,7 +843,7 @@ void wxSetCursor(const wxCursor& cursor); //@} -/** @ingroup group_funcmacro_gdi */ +/** @addtogroup group_funcmacro_gdi */ //@{ /** Returns the dimensions of the work area on the display. On Windows this @@ -857,7 +857,7 @@ void wxClientDisplayRect(int* x, int* y, int* width, int* height); wxRect wxGetClientDisplayRect(); //@} -/** @ingroup group_funcmacro_gdi */ +/** @addtogroup group_funcmacro_gdi */ //@{ /** Returns the display resolution in pixels per inch. @@ -872,7 +872,7 @@ wxRect wxGetClientDisplayRect(); wxSize wxGetDisplayPPI(); //@} -/** @ingroup group_funcmacro_gdi */ +/** @addtogroup group_funcmacro_gdi */ //@{ /** Returns the display size in pixels. @@ -886,7 +886,7 @@ void wxDisplaySize(int* width, int* height); wxSize wxGetDisplaySize(); //@} -/** @ingroup group_funcmacro_gdi */ +/** @addtogroup group_funcmacro_gdi */ //@{ /** Returns the display size in millimeters. diff --git a/interface/wx/image.h b/interface/wx/image.h index 3062fe6413..1bc3e71e6f 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -1442,7 +1442,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_appinitterm */ +/** @addtogroup group_funcmacro_appinitterm */ //@{ /** diff --git a/interface/wx/init.h b/interface/wx/init.h index ba876f1232..d5d6a0fb6c 100644 --- a/interface/wx/init.h +++ b/interface/wx/init.h @@ -41,7 +41,7 @@ public: -/** @ingroup group_funcmacro_appinitterm */ +/** @addtogroup group_funcmacro_appinitterm */ //@{ /** diff --git a/interface/wx/intl.h b/interface/wx/intl.h index 910ae7852d..390970029c 100644 --- a/interface/wx/intl.h +++ b/interface/wx/intl.h @@ -708,7 +708,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_string */ +/** @addtogroup group_funcmacro_string */ //@{ /** diff --git a/interface/wx/link.h b/interface/wx/link.h index 8bd169380e..cd929ecca2 100644 --- a/interface/wx/link.h +++ b/interface/wx/link.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_byteorder */ +/** @addtogroup group_funcmacro_byteorder */ //@{ /** diff --git a/interface/wx/log.h b/interface/wx/log.h index fa6d099120..620bd1c2fa 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -967,7 +967,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** @@ -1013,7 +1013,7 @@ const wxChar* wxSysErrorMsg(unsigned long errCode = 0); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** For all normal, informational messages. They also appear in a message box @@ -1025,7 +1025,7 @@ void wxLogMessage(const char* formatString, ... ); void wxVLogMessage(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** For verbose output. Normally, it is suppressed, but might be activated if @@ -1038,7 +1038,7 @@ void wxLogVerbose(const char* formatString, ... ); void wxVLogVerbose(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** For warnings - they are also normally shown to the user, but don't @@ -1050,7 +1050,7 @@ void wxLogWarning(const char* formatString, ... ); void wxVLogWarning(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** Like wxLogError(), but also terminates the program with the exit code 3. @@ -1063,7 +1063,7 @@ void wxLogFatalError(const char* formatString, ... ); void wxVLogFatalError(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** The functions to use for error messages, i.e. the messages that must be @@ -1076,7 +1076,7 @@ void wxLogError(const char* formatString, ... ); void wxVLogError(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** Like wxLogDebug(), trace functions only do something in debug builds and @@ -1095,7 +1095,7 @@ void wxLogTrace(const char* formatString, ... ); void wxVLogTrace(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** Like wxLogDebug(), trace functions only do something in debug builds and @@ -1138,7 +1138,7 @@ void wxVLogTrace(const char* mask, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** Like wxLogDebug(), trace functions only do something in debug builds and @@ -1170,7 +1170,7 @@ void wxLogTrace(wxTraceMask mask, const char* formatString, ... ); void wxVLogTrace(wxTraceMask mask, const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** The right functions for debug output. They only do something in debug mode @@ -1183,7 +1183,7 @@ void wxLogDebug(const char* formatString, ... ); void wxVLogDebug(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** Messages logged by this function will appear in the statusbar of the @@ -1200,7 +1200,7 @@ void wxLogStatus(const char* formatString, ... ); void wxVLogStatus(const char* formatString, va_list argPtr); //@} -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** Mostly used by wxWidgets itself, but might be handy for logging errors diff --git a/interface/wx/longlong.h b/interface/wx/longlong.h index e0d5b9aeab..19484d4ebf 100644 --- a/interface/wx/longlong.h +++ b/interface/wx/longlong.h @@ -204,7 +204,7 @@ class wxULongLong // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/math.h b/interface/wx/math.h index e60620eaa5..6047703863 100644 --- a/interface/wx/math.h +++ b/interface/wx/math.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_math */ +/** @addtogroup group_funcmacro_math */ //@{ /** diff --git a/interface/wx/memory.h b/interface/wx/memory.h index 1162074d66..c45072ef10 100644 --- a/interface/wx/memory.h +++ b/interface/wx/memory.h @@ -167,7 +167,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_log */ +/** @addtogroup group_funcmacro_log */ //@{ /** diff --git a/interface/wx/metafile.h b/interface/wx/metafile.h index cb446bface..114b95f777 100644 --- a/interface/wx/metafile.h +++ b/interface/wx/metafile.h @@ -135,7 +135,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_gdi */ +/** @addtogroup group_funcmacro_gdi */ //@{ /** diff --git a/interface/wx/msgdlg.h b/interface/wx/msgdlg.h index 6541cbce30..34abf1586d 100644 --- a/interface/wx/msgdlg.h +++ b/interface/wx/msgdlg.h @@ -172,7 +172,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/numdlg.h b/interface/wx/numdlg.h index 59b0518a7f..57f0fea189 100644 --- a/interface/wx/numdlg.h +++ b/interface/wx/numdlg.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/object.h b/interface/wx/object.h index 318e45f84b..74dba5e619 100644 --- a/interface/wx/object.h +++ b/interface/wx/object.h @@ -547,7 +547,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_rtti */ +/** @addtogroup group_funcmacro_rtti */ //@{ /** @@ -803,7 +803,7 @@ wxObject *wxCreateDynamicObject(const wxString& className); //@} -/** @ingroup group_funcmacro_debug */ +/** @addtogroup group_funcmacro_debug */ //@{ /** diff --git a/interface/wx/platform.h b/interface/wx/platform.h index 73ff643e01..03bffe13d3 100644 --- a/interface/wx/platform.h +++ b/interface/wx/platform.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_version */ +/** @addtogroup group_funcmacro_version */ //@{ /** diff --git a/interface/wx/scopeguard.h b/interface/wx/scopeguard.h index 01887eb603..745a0fcf62 100644 --- a/interface/wx/scopeguard.h +++ b/interface/wx/scopeguard.h @@ -38,7 +38,7 @@ public: void Dismiss(); }; -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** Returns a scope guard object which will call the specified function with @@ -55,7 +55,7 @@ wxScopeGuard wxMakeGuard(F func, P1 p1, ..., PN pN); //@} -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** Ensure that the global @a function with a few (up to some @@ -83,7 +83,7 @@ wxScopeGuard wxMakeGuard(F func, P1 p1, ..., PN pN); #define wxON_BLOCK_EXIT3(function, p1, p2, p3) //@} -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** This family of macros is similar to wxON_BLOCK_EXIT(), but calls a method @@ -98,7 +98,7 @@ wxScopeGuard wxMakeGuard(F func, P1 p1, ..., PN pN); #define wxON_BLOCK_EXIT_OBJ3(object, method, p1, p2, p3) //@} -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** This family of macros is similar to wxON_BLOCK_OBJ(), but calls a method @@ -113,7 +113,7 @@ wxScopeGuard wxMakeGuard(F func, P1 p1, ..., PN pN); #define wxON_BLOCK_EXIT_THIS3(method, p1, p2, p3) //@} -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** This macro sets a variable to the specified value on scope exit. diff --git a/interface/wx/stockitem.h b/interface/wx/stockitem.h index 61f958d3ee..dcf7683286 100644 --- a/interface/wx/stockitem.h +++ b/interface/wx/stockitem.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/stopwatch.h b/interface/wx/stopwatch.h index d36dd50f8c..c99ffb0d1e 100644 --- a/interface/wx/stopwatch.h +++ b/interface/wx/stopwatch.h @@ -70,7 +70,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_time */ +/** @addtogroup group_funcmacro_time */ //@{ /** diff --git a/interface/wx/textdlg.h b/interface/wx/textdlg.h index 74205ea2cb..b61d9bf479 100644 --- a/interface/wx/textdlg.h +++ b/interface/wx/textdlg.h @@ -118,7 +118,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/thread.h b/interface/wx/thread.h index 2bb854a14b..91e4010691 100644 --- a/interface/wx/thread.h +++ b/interface/wx/thread.h @@ -1537,7 +1537,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_thread */ +/** @addtogroup group_funcmacro_thread */ //@{ /** diff --git a/interface/wx/tipdlg.h b/interface/wx/tipdlg.h index f4c0e72f93..8a36bdc623 100644 --- a/interface/wx/tipdlg.h +++ b/interface/wx/tipdlg.h @@ -69,7 +69,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** diff --git a/interface/wx/utils.h b/interface/wx/utils.h index 85154729a0..94e9977e61 100644 --- a/interface/wx/utils.h +++ b/interface/wx/utils.h @@ -93,7 +93,7 @@ public: // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** @@ -154,7 +154,7 @@ void wxInfoMessageBox(wxWindow parent = NULL); -/** @ingroup group_funcmacro_env */ +/** @addtogroup group_funcmacro_env */ //@{ /** @@ -205,7 +205,7 @@ bool wxUnsetEnv(const wxString& var); -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** @@ -448,7 +448,7 @@ wxString wxStripMenuCodes(const wxString& str, int flags = wxStrip_All); -/** @ingroup group_funcmacro_networkuseros */ +/** @addtogroup group_funcmacro_networkuseros */ //@{ /** @@ -645,7 +645,7 @@ bool wxIsPlatformLittleEndian(); -/** @ingroup group_funcmacro_procctrl */ +/** @addtogroup group_funcmacro_procctrl */ //@{ /** @@ -730,7 +730,7 @@ long wxExecute(const wxString& command, int flags = wxEXEC_ASYNC, //@} -/** @ingroup group_funcmacro_procctrl */ +/** @addtogroup group_funcmacro_procctrl */ //@{ /** This is an overloaded version of wxExecute(const wxString&,int,wxProcess*), @@ -762,7 +762,7 @@ long wxExecute(wchar_t** argv, int flags = wxEXEC_ASYNC, wxProcess* callback = NULL); //@} -/** @ingroup group_funcmacro_procctrl */ +/** @addtogroup group_funcmacro_procctrl */ //@{ /** @@ -919,7 +919,7 @@ bool wxShutdown(int flags = wxSHUTDOWN_POWEROFF); -/** @ingroup group_funcmacro_time */ +/** @addtogroup group_funcmacro_time */ //@{ /** diff --git a/interface/wx/variant.h b/interface/wx/variant.h index 3d2efeb4d3..45882e6f29 100644 --- a/interface/wx/variant.h +++ b/interface/wx/variant.h @@ -559,7 +559,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_rtti */ +/** @addtogroup group_funcmacro_rtti */ //@{ /** diff --git a/interface/wx/version.h b/interface/wx/version.h index d3a15946d3..96736ade1c 100644 --- a/interface/wx/version.h +++ b/interface/wx/version.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_version */ +/** @addtogroup group_funcmacro_version */ //@{ /** diff --git a/interface/wx/window.h b/interface/wx/window.h index 1d465cf981..039d34c1f3 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -2823,7 +2823,7 @@ protected: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /** diff --git a/interface/wx/wxcrt.h b/interface/wx/wxcrt.h index 56aa19a3df..46539afb10 100644 --- a/interface/wx/wxcrt.h +++ b/interface/wx/wxcrt.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/** @ingroup group_funcmacro_string */ +/** @addtogroup group_funcmacro_string */ //@{ /**