summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
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.cpp
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.cpp')
-rw-r--r--src/debug.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 6815b3b..f56ef3a 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -42,7 +42,8 @@ static std::map< std::string, Debug::DebugMask > s_labels =
{ "filteroutput", Debug::FilterOutput },
{ "lex", Debug::Lex },
{ "plantuml", Debug::Plantuml },
- { "fortranfixed2free", Debug::FortranFixed2Free }
+ { "fortranfixed2free", Debug::FortranFixed2Free },
+ { "cite", Debug::Cite }
};
//------------------------------------------------------------------------