GNOME Bugzilla – Bug 153364
With DETAILS_AT_TOP=YES, doxygen needs a <br> after details and before #includes
Last modified: 2018-07-30 10:00:30 UTC
[forwarded from http://bugs.debian.org/264499] When the doxygen configuration file has DETAILS_AT_TOP = YES it generates html for the files that does this: Definition in file <a class="el" href="mq-local_8c-source.html">mq-local.c</a>.<code>#include "mq.h"</code><br> Which runs the #include text immediately after the preceding link to the file's source code, and it is mostly rendered on the same line by the browser (depending on window width). A <br> or <p> tag (or some other way to separate the two sections) is required after the link to the source code, and before the first #include.
This bug concerns an obsolete configuration option and can probably be closed.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!