summaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-12-17 20:23:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-12-17 20:23:07 (GMT)
commita8ada594193ff86f2d0857c1392ef1bbe766b362 (patch)
tree30e96023b79355e0e1c333f799a65592b0459627 /src/debug.h
parent585efafb18dbdc371a46063cbeb272e5bb292628 (diff)
parentffb2d5de29dfd6a2715eaa6abc3405882067bc9b (diff)
downloadDoxygen-a8ada594193ff86f2d0857c1392ef1bbe766b362.zip
Doxygen-a8ada594193ff86f2d0857c1392ef1bbe766b362.tar.gz
Doxygen-a8ada594193ff86f2d0857c1392ef1bbe766b362.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 29f91bd..e1affab 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -43,6 +43,7 @@ class Debug
static int setFlag(const char *label);
static void clearFlag(const char *label);
static bool isFlagSet(DebugMask mask);
+ static void printFlags(void);
static void setPriority(int p);
private: