diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-02-27 17:41:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-02-27 17:41:30 (GMT) |
commit | f4f3f1676896e6fd0c0044f001eda9829d9b3f60 (patch) | |
tree | 0e10644b6ed5c8878dc59e723fe3dcd591d57839 /src/debug.h | |
parent | a81ce4743212122ae050e5efbc4bfda92e6a664e (diff) | |
download | Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.zip Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.gz Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.bz2 |
Release 2000-02-27
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index b07cd14..7f5f41e 100644 --- a/src/debug.h +++ b/src/debug.h @@ -25,7 +25,8 @@ class Debug FindMembers = 0x00000001, Functions = 0x00000002, Variables = 0x00000004, - Preprocessor = 0x00000008 + Preprocessor = 0x00000008, + Classes = 0x00000010 }; static void print(DebugMask mask,int prio,const char *fmt,...); static void setFlag(const char *label); |