After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 521857 - Fortran: Fixed formatted Fortran code and comment characters
Fortran: Fixed formatted Fortran code and comment characters
Status: VERIFIED DUPLICATE of bug 534785
Product: doxygen
Classification: Other
Component: general
1.5.5-SVN
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2008-03-11 20:45 UTC by albert
Modified: 2011-11-01 12:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description albert 2008-03-11 20:45:07 UTC
Please describe the problem:
When using fixed formatted Fortran code a number of problems have been noted due to the fact that a comment character is not correctly recognized inside or outside the body of a subroutine.

Example:
* module ff
      subroutine tst
      end subroutine tst

result:
Error in file /cygdrive/c/programs/doxygen-svn/doxy_bugs/j.f line: 5, state: 9

Analogous example:
* type A
      SUBROUTINE tst

      END SUBROUTINE tst

result:
Error in file /cygdrive/c/programs/doxygen-svn/doxy_bugs/d.f line: 6, state: 16

Problem inside subroutine:

      SUBROUTINE tst
C'
      END SUBROUTINE tst

result:
Error in file /cygdrive/c/programs/doxygen-svn/doxy_bugs/f.f line: 5, state: 19


Steps to reproduce:
1. See description above



Actual results:
See the description above

Expected results:
Fixed format with chacarcter c, C, * or ! in first column should be recognized as comment

Does this happen every time?
Yes

Other information:
Comment 1 Oleg Batrashev 2008-05-27 19:58:28 UTC
All examples are ok now (1.5.6-SVN)

*** This bug has been marked as a duplicate of 534785 ***
Comment 2 albert 2011-11-01 12:03:08 UTC
Examples work as they should.