GNOME Bugzilla – Bug 763720
Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation
Last modified: 2016-09-05 13:46:39 UTC
Created attachment 324050 [details] Contains example source files, doxygen template, and screenshots of output. When I have a header and source code file such as example.h and example.c and I don't leave a new line at the end of example.c, the HTML documentation for example.h and example.c nests every function after the first into the first function div. See the attached files for example code and screenshots.
Problem is hard to spot in the images but for the function sum_array the box around the code does not end after the code but continues when there is no newline at the end of the function. I've just pushed a proposed patch to github (pull request 459)
Code has been integrated in doxygen master branch on github
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. 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 (preferably in the form of a self-contained example).