summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-03-08 11:41:56 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-03-08 11:41:56 (GMT)
commit98302da8f020c339960617761a8e5a4dd602f5ca (patch)
treece5612e54cd5d17c1cf60f2ce04391770d804113 /.travis.yml
parentfbebfae209139fccb15fde8fb7d1bdbb4b941875 (diff)
downloadDoxygen-98302da8f020c339960617761a8e5a4dd602f5ca.zip
Doxygen-98302da8f020c339960617761a8e5a4dd602f5ca.tar.gz
Doxygen-98302da8f020c339960617761a8e5a4dd602f5ca.tar.bz2
Function definitions at begin of a line
When we have an Fortran source that needs preprocessing like: ``` INTEGER FUNCTION & BI() END FUNCTION BI ``` the preprocessor will output: ``` 00001 INTEGER FUNCTION & 00002 00003 END FUNCTION BI ``` we see that the function name (and argumentlist (`BI()`) are gone, resulting in the error: ``` Error in file .../test.F90 line: 4, state: 4(SubprogBody) ``` The original problem came from the `BIND` attribute (as found by Fossies in the HDF5 package), but the example has been reduced to the above example.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions