Commit 1fc2a65a authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #185 from albert-github/feature/bug_625601

Bug 625601 - FORTRAN: recognition free versus fixed formatted code
parents 6617df2f 476d79d3
...@@ -464,8 +464,8 @@ The parser tries to guess if the source code is fixed format Fortran or ...@@ -464,8 +464,8 @@ The parser tries to guess if the source code is fixed format Fortran or
free format Fortran code. This may not always be correct. If not free format Fortran code. This may not always be correct. If not
one should use \ref cfg_extension_mapping "EXTENSION_MAPPING" to correct this. one should use \ref cfg_extension_mapping "EXTENSION_MAPPING" to correct this.
By setting `EXTENSION_MAPPING = f=FortranFixed f90=FortranFree` files with By setting `EXTENSION_MAPPING = f=FortranFixed f90=FortranFree` files with
extension \c f90 are interpreted as fixed format Fortran code and files with extension \c f are interpreted as fixed format Fortran code and files with
extension \c f are interpreted as free format Fortran code. extension \c f90 are interpreted as free format Fortran code.
For Fortran "!>" or "!<" starts a comment and "!!" or "!>" can be used to For Fortran "!>" or "!<" starts a comment and "!!" or "!>" can be used to
continue an one line comment into a multi-line comment. continue an one line comment into a multi-line comment.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment