]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/groups/funcmacro_debug.h
Add wxPanel::SetBackgroundBitmap().
[wxWidgets.git] / docs / doxygen / groups / funcmacro_debug.h
index 5024ec607fada9a0183f263834ec786905af705e..281ba3d13e893ea9ab70e9b59135a2c5c9e6e625 100644 (file)
@@ -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.
+
 */