summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-01-04 17:24:06 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-01-04 17:24:06 (GMT)
commiteb92c064b33bf9f303233210b9693215b0fb7f9d (patch)
treeedb5418aa7a05957415df835e1bd6ff7e0e13071 /src/fortrancode.h
parentd49604f814ceb22f81571d8ca99540e62cfa979a (diff)
downloadDoxygen-eb92c064b33bf9f303233210b9693215b0fb7f9d.zip
Doxygen-eb92c064b33bf9f303233210b9693215b0fb7f9d.tar.gz
Doxygen-eb92c064b33bf9f303233210b9693215b0fb7f9d.tar.bz2
Fortran: fixed format position 73 and further is comment
According to the Fortran standard position 73 and further on a line are comment. Until now this was not considered.
Diffstat (limited to 'src/fortrancode.h')
-rw-r--r--src/fortrancode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fortrancode.h b/src/fortrancode.h
index b64ede7..92e7f85 100644
--- a/src/fortrancode.h
+++ b/src/fortrancode.h
@@ -34,4 +34,5 @@ void parseFortranCode(CodeOutputInterface &,const char *,const QCString &,
void resetFortranCodeParserState();
void codeFreeScanner();
+const int fixedCommentAfter = 72;
#endif