Categorized all functions and macros in the Debugging and Version categories.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,12 +27,16 @@
|
||||
...
|
||||
}
|
||||
@endcode
|
||||
|
||||
@header{wx/version.h}
|
||||
*/
|
||||
#define wxCHECK_VERSION( major, minor, release )
|
||||
|
||||
/**
|
||||
Same as wxCHECK_VERSION() but also checks that wxSUBRELEASE_NUMBER is at
|
||||
least subrel.
|
||||
|
||||
@header{wx/version.h}
|
||||
*/
|
||||
#define wxCHECK_VERSION_FULL( major, minor, release, subrel )
|
||||
|
||||
|
Reference in New Issue
Block a user