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
This commit is contained in:
Bryan Petty
2009-01-05 20:48:06 +00:00
parent 0d0dc584ed
commit b21126db7a
47 changed files with 87 additions and 87 deletions

View File

@@ -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.