/////////////////////////////////////////////////////////////////////////////
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
//@{
/**
This macro returns the concatenation of the arguments passed. Unlike when
#define wxCONCAT5(x1, x2, x3, x4, x5)
//@}
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
//@{
/**
*/
#define wxSTRINGIZE_T(x)
+/**
+ This macro expands to the name of the current function if the compiler
+ supports any of @c __FUNCTION__, @c __func__ or equivalent variables or
+ macros or to @NULL if none of them is available.
+
+ @header{wx/cpp.h}
+*/
+#define __WXFUNCTION__
+
//@}