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

@@ -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 */
//@{
/**