diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-07-31 17:33:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 17:33:11 (GMT) |
commit | a0a7ed0c244dbfd88b24a32410681f7a90e0f9db (patch) | |
tree | 6be63781f4f97f0e0ab792d930210aae1150285d /src/debug.cpp | |
parent | d56e225889003904344d6b4e9ae4ff2338733539 (diff) | |
parent | 44c1f04b2bc28fbeb14b6d4e17fda0cd029b6890 (diff) | |
download | Doxygen-a0a7ed0c244dbfd88b24a32410681f7a90e0f9db.zip Doxygen-a0a7ed0c244dbfd88b24a32410681f7a90e0f9db.tar.gz Doxygen-a0a7ed0c244dbfd88b24a32410681f7a90e0f9db.tar.bz2 |
Merge pull request #7936 from albert-github/feature/bug_cite_debug
Debug facility for the \cite command
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 3 |
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 } }; //------------------------------------------------------------------------ |