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 657568 - Fortran 77 not passed if "file" tag in start of file
Fortran 77 not passed if "file" tag in start of file
Status: RESOLVED DUPLICATE of bug 625601
Product: doxygen
Classification: Other
Component: build
1.7.5.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-08-28 18:40 UTC by Poul-Erik Hansen
Modified: 2013-03-16 19:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fortran 77 : not passed by Doxygen when "file" tag is activ. (4.57 KB, application/octet-stream)
2011-08-28 18:40 UTC, Poul-Erik Hansen
Details

Description Poul-Erik Hansen 2011-08-28 18:40:34 UTC
Created attachment 194984 [details]
Fortran 77 : not passed by Doxygen when "file" tag is activ.

If the fortran 77 file start with:
!> @file
!! @brief  subroutine mtdecode : Decode 441-baud

all content of the file is not passed.

If You remove the first two lines all seams to work.

best regards Poul-Erik Hansen.
Comment 1 albert 2013-03-16 19:43:08 UTC
Problem in this case is that the file is seen as
Comment 2 albert 2013-03-16 19:51:24 UTC
Sorry, hit the wrong button.

roblem in this case is that the file is seen as free formatted code and not as fixed formatted code. By changing the first line from:
!> @file
in
C> @file

the documentation is shown as intended.
This bug is a duplicate of Bug_625601

*** This bug has been marked as a duplicate of bug 625601 ***