summaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2013-12-14 14:22:57 (GMT)
committeralbert-github <albert.tests@gmail.com>2013-12-14 14:22:57 (GMT)
commitcdbcb67c28d1f11b086713906afa8e0963065483 (patch)
treecbaad720d56d2da31c748cc6106662f46fb8812f /src/debug.h
parente82e063bf51b9789d79ee94d5dfe8760f551111e (diff)
downloadDoxygen-cdbcb67c28d1f11b086713906afa8e0963065483.zip
Doxygen-cdbcb67c28d1f11b086713906afa8e0963065483.tar.gz
Doxygen-cdbcb67c28d1f11b086713906afa8e0963065483.tar.bz2
usage: make -d print dev doxygen options
This is an extension / improvement to the pull request 67 from groleo - make printing of -d levels more flexible (when adding a new one this is now done automatically) - layout of the message
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: