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 706520 - Fortran: in body documentation lands on wrong place
Fortran: in body documentation lands on wrong place
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.4
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-08-21 17:38 UTC by albert
Modified: 2013-12-29 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source files and Doxyfile to reproduce bug (23.27 KB, application/x-taz)
2013-08-21 17:38 UTC, albert
Details

Description albert 2013-08-21 17:38:34 UTC
Created attachment 252633 [details]
Source files and Doxyfile to reproduce bug

In case in Fortran in body docs are used they land not with the current routine, but with the next routine (and in case of the last routine of a file they are lost).
When using C the the in body docs are shown with the right routine.

The attachment contains a Fortran source file showing the problem (as well as a small reference C file and the used configuration file).
Comment 1 albert 2013-08-21 17:51:49 UTC
Resolution has been pushed to git repository and a pull request has been
emitted.
Comment 2 Dimitri van Heesch 2013-08-22 10:13:13 UTC
Thanks, I'll include the patch in the next GIT update.
Comment 3 Dimitri van Heesch 2013-08-23 15:04:41 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.5. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.
Comment 4 albert 2013-08-23 17:19:57 UTC
In body docs are now at the place I expect them to be
Comment 5 albert 2013-09-02 16:38:28 UTC
In some cases, in propriety code, with in body Fortran documentation doxygen crashed.
A bugfix has been committed to github.
Comment 6 Dimitri van Heesch 2013-12-24 18:59:44 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferrably in the form of a self-contained example).
Comment 7 albert 2013-12-29 18:17:14 UTC
In 1.8.6 crash is not present anymore.