changeset 1 | 82f11024044a |
parent 0 | 42188c7ea2d9 |
--- a/Orb/Doxygen/src/debug.h Thu Jan 21 17:29:01 2010 +0000 +++ b/Orb/Doxygen/src/debug.h Thu Mar 18 18:26:18 2010 +0000 @@ -33,7 +33,8 @@ Validate = 0x00000080, PrintTree = 0x00000100, Time = 0x00000200, - ExtCmd = 0x00000400 + ExtCmd = 0x00000400, + IncludeGraph = 0x00000800 }; static void print(DebugMask mask,int prio,const char *fmt,...); static void setFlag(const char *label);