]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: class_debugging.h | |
3 | // Purpose: Debugging classes group docs | |
4 | // Author: wxWidgets team | |
5 | // Licence: wxWindows licence | |
6 | ///////////////////////////////////////////////////////////////////////////// | |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_debugging Debugging | |
11 | @ingroup group_class | |
12 | ||
13 | wxWidgets supports some aspects of debugging an application through classes, | |
14 | functions and macros. | |
15 | ||
16 | Related Overviews: @ref overview_debugging | |
17 | ||
18 | Related macros/global-functions group: @ref group_funcmacro_debug | |
19 | ||
20 | */ | |
21 |