GNOME Bugzilla – Bug 639716
A strange member __pad0__ appears in the document.
Last modified: 2012-09-22 22:27:07 UTC
Created attachment 178469 [details] Source files and Doxyfile Source Code #1: foo.hpp | //The bug can be reproduced whether this file is empty or not. Source Code #2: bar.hpp | #include "foo.hpp" | | struct bar { | int member; /**< The member. */ | }; Output HTML: html/structbar.html (only a related part) | <table class="memberdecls"> | <tr><td colspan="2"><h2><a name="pub-attribs"></a> | Public Attributes</h2></td></tr> | <tr><td class="memItemLeft" align="right" valign="top">D </td><td class="memItemRight" valign="bottom"><a class="el" href="structbar.html#a5cacc85db0280d43adc8b140d5b9c73b">__pad0__</a>:/test/bar.hpp" 2 int member</td></tr> | </table> The strange part of the HTML is displayed like this: D __pad0__:/test/bar.hpp" 2 int member The correct one should be: int member The source code absolute path D:/test/bar.hpp abnormally appears there. This issue seems to be strongly related to the "Bug 638683" reported recently.
Confirmed. Should be fixed in the next subversion update.
*** Bug 641764 has been marked as a duplicate of this bug. ***
*** Bug 642148 has been marked as a duplicate of this bug. ***
*** Bug 642465 has been marked as a duplicate of this bug. ***
*** Bug 644519 has been marked as a duplicate of this bug. ***
*** Bug 644864 has been marked as a duplicate of this bug. ***
*** Bug 638864 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.4. 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.
This bug should be re-opened. It's back in version 1.8.2 for windows
But you already submitted bug 684574 so why reopen this one as well?
(In reply to comment #10) > But you already submitted bug 684574 so why reopen this one as well? You're right