X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9579c1d7bb3efecc5028472823dc0ee154cb5272..f0e5d5d22ce012e9312a63175d79c0f4a8d444be:/docs/doxygen/groups/funcmacro_debug.h diff --git a/docs/doxygen/groups/funcmacro_debug.h b/docs/doxygen/groups/funcmacro_debug.h index 5024ec607f..281ba3d13e 100644 --- a/docs/doxygen/groups/funcmacro_debug.h +++ b/docs/doxygen/groups/funcmacro_debug.h @@ -3,12 +3,12 @@ // Purpose: Debugging function and macro group docs // Author: wxWidgets team // RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** -@defgroup group_funcmacro_debug Debugging +@defgroup group_funcmacro_debug Debugging macros @ingroup group_funcmacro Useful macros and functions for error checking and defensive programming. @@ -20,5 +20,7 @@ generate any user-visible effects. Finally, the compile time assertions don't happen during the run-time but result in the compilation error messages if the condition they check fail. +Related class group: @ref group_class_debugging. + */