summaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-03-07 16:03:12 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-03-07 16:03:12 (GMT)
commit1659f94a4c8acff1c2564226db21afbd2bc04736 (patch)
treefbddf42cc809c1a1d1ee1e9c26de18e7a88a3c6e /src/debug.h
parent169a67186780c191749b958de0f71a17fa090248 (diff)
downloadDoxygen-1659f94a4c8acff1c2564226db21afbd2bc04736.zip
Doxygen-1659f94a4c8acff1c2564226db21afbd2bc04736.tar.gz
Doxygen-1659f94a4c8acff1c2564226db21afbd2bc04736.tar.bz2
Possibility to show converted fixed form
Create an easy possibility to show the Fortran source as converted from fixed form to free form.
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 9a2070c..79bc3d8 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -38,7 +38,8 @@ class Debug
Markdown = 0x00000800,
FilterOutput = 0x00001000,
Lex = 0x00002000,
- Plantuml = 0x00004000
+ Plantuml = 0x00004000,
+ FortranFixed2Free = 0x00008000
};
static void print(DebugMask mask,int prio,const char *fmt,...);
static int setFlag(const char *label);