GNOME Bugzilla – Bug 706520
Fortran: in body documentation lands on wrong place
Last modified: 2013-12-29 18:17:14 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).
Resolution has been pushed to git repository and a pull request has been emitted.
Thanks, I'll include the patch in the next GIT update.
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.
In body docs are now at the place I expect them to be
In some cases, in propriety code, with in body Fortran documentation doxygen crashed. A bugfix has been committed to github.
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).
In 1.8.6 crash is not present anymore.