X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9579c1d7bb3efecc5028472823dc0ee154cb5272..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/debug.h diff --git a/interface/debug.h b/interface/debug.h index 8668d880aa..6338b91479 100644 --- a/interface/debug.h +++ b/interface/debug.h @@ -202,3 +202,19 @@ void wxTrap(); //@} + + +/** @ingroup group_funcmacro_misc */ +//@{ + +/** + 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/debug.h} +*/ +#define __WXFUNCTION__ + +//@} +