summaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-07-31 10:49:36 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-07-31 10:49:36 (GMT)
commit44c1f04b2bc28fbeb14b6d4e17fda0cd029b6890 (patch)
tree1ed8b9f09f905c1751b0e692b4907e9acab0ed9e /src/debug.h
parentf94a2f3a895f2601226845d16093546757a540e6 (diff)
downloadDoxygen-44c1f04b2bc28fbeb14b6d4e17fda0cd029b6890.zip
Doxygen-44c1f04b2bc28fbeb14b6d4e17fda0cd029b6890.tar.gz
Doxygen-44c1f04b2bc28fbeb14b6d4e17fda0cd029b6890.tar.bz2
Debug facility for the \cite command
When issuing doxygen with `-d cite` the temporary (copied) files / directory are not removed, i.e.: - bib*.aux - bib*.bbl - bib*.blg - bib2xhtml.pl - citelist.doc - doxygen.bst - bibTmpDir (directory)
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index edc95e2..e71595f 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -36,7 +36,8 @@ class Debug
FilterOutput = 0x00001000,
Lex = 0x00002000,
Plantuml = 0x00004000,
- FortranFixed2Free = 0x00008000
+ FortranFixed2Free = 0x00008000,
+ Cite = 0x00010000
};
static void print(DebugMask mask,int prio,const char *fmt,...);