GNOME Bugzilla – Bug 702066
VHDL: Bad HTML formatting when using inline sources
Last modified: 2013-08-23 15:04:30 UTC
When the .ini parameter INLINE_SOURCES is set to YES, the HTML format of the architecture reference gets corrupted. I looked into the HTML file and noticed that after every source code block, an additional </div> is inserted in the HTML code that causes every following member (usually processes) to belong to a hierarchically higher div. Simply deleting these </div> results in a correct formatting. In the screenshot you can see 3 process descriptions and the wrong placement of the second and third one. They are aligned correctly when I disable inline sources.
Created attachment 246598 [details] wrong format due to inline sources
Created attachment 246599 [details] VHDL test source file I used this file to create the doxygen output.
Created attachment 246925 [details] [review] fixed the </div> and the source comment bug
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.