X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..574be073c070a9bbe81ad68e98187b0b9e82c2df:/interface/wx/cpp.h?ds=sidebyside

diff --git a/interface/wx/cpp.h b/interface/wx/cpp.h
index b8585c519c..094d408695 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 */
 //@{
 
 /**
@@ -48,5 +48,14 @@
 */
 #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__
+
 //@}