summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-03-16 19:06:20 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-03-16 19:06:20 (GMT)
commit00d6d827b5230273ad16e25c10053ef005171b51 (patch)
tree596b552b55da98424ed7be049ec993c625ff3c81 /src/debug.cpp
parent9fdeef7b5a1018872c7f07b8d03e374a3da840a0 (diff)
parent1ea163ff9386266ef6ed6ad68773c29ae814dca2 (diff)
downloadDoxygen-00d6d827b5230273ad16e25c10053ef005171b51.zip
Doxygen-00d6d827b5230273ad16e25c10053ef005171b51.tar.gz
Doxygen-00d6d827b5230273ad16e25c10053ef005171b51.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 2f343ac..4c7afb3 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -49,6 +49,7 @@ static LabelMap s_labels[] =
{ "filteroutput", Debug::FilterOutput },
{ "lex", Debug::Lex },
{ "plantuml", Debug::Plantuml },
+ { "fortranfixed2free", Debug::FortranFixed2Free },
{ 0, (Debug::DebugMask)0 }
};