diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-08-04 20:55:47 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-08-04 20:55:47 (GMT) |
commit | 2e2f09d60ce079a1fe283e47bcf023de01f051c5 (patch) | |
tree | 8e54169bc0b7214246ec4c1dfe3f58228ef12928 /src/debug.h | |
parent | adac91e9a353095c3bae4b580d27b7cfd8617493 (diff) | |
download | Doxygen-2e2f09d60ce079a1fe283e47bcf023de01f051c5.zip Doxygen-2e2f09d60ce079a1fe283e47bcf023de01f051c5.tar.gz Doxygen-2e2f09d60ce079a1fe283e47bcf023de01f051c5.tar.bz2 |
Release-1.2.17-20020804
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 22c463b..4cec994 100644 --- a/src/debug.h +++ b/src/debug.h @@ -28,7 +28,9 @@ class Debug Variables = 0x00000004, Preprocessor = 0x00000008, Classes = 0x00000010, - CommentCnv = 0x00000020 + CommentCnv = 0x00000020, + Validate = 0x00000040, + PrintTree = 0x00000080 }; static void print(DebugMask mask,int prio,const char *fmt,...); static void setFlag(const char *label); |