X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/cpp.h diff --git a/interface/wx/cpp.h b/interface/wx/cpp.h index b8585c519c..7b03b55fde 100644 --- a/interface/wx/cpp.h +++ b/interface/wx/cpp.h @@ -3,11 +3,11 @@ // Purpose: interface of global functions // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -/** @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__ + //@}