After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639716 - A strange member __pad0__ appears in the document.
A strange member __pad0__ appears in the document.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.3
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 638864 641764 642465 defgroup 644864 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-01-17 04:23 UTC by Arihiro Yoshida
Modified: 2012-09-22 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source files and Doxyfile (20.61 KB, application/x-zip)
2011-01-17 04:23 UTC, Arihiro Yoshida
Details

Description Arihiro Yoshida 2011-01-17 04:23: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&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structbar.html#a5cacc85db0280d43adc8b140d5b9c73b">__pad0__</a>:/test/bar.hpp&quot; 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.
Comment 1 Dimitri van Heesch 2011-01-22 14:23:06 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-02-08 20:48:46 UTC
*** Bug 641764 has been marked as a duplicate of this bug. ***
Comment 3 Dimitri van Heesch 2011-02-13 09:45:53 UTC
*** Bug 642148 has been marked as a duplicate of this bug. ***
Comment 4 Dimitri van Heesch 2011-02-22 18:47:25 UTC
*** Bug 642465 has been marked as a duplicate of this bug. ***
Comment 5 Dimitri van Heesch 2011-03-16 19:16:30 UTC
*** Bug 644519 has been marked as a duplicate of this bug. ***
Comment 6 Dimitri van Heesch 2011-03-26 12:57:29 UTC
*** Bug 644864 has been marked as a duplicate of this bug. ***
Comment 7 Dimitri van Heesch 2011-03-27 12:43:39 UTC
*** Bug 638864 has been marked as a duplicate of this bug. ***
Comment 8 Dimitri van Heesch 2011-03-28 14:18:43 UTC
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.
Comment 9 Phillip Mathews 2012-09-21 17:35:16 UTC
This bug should be re-opened. It's back in version 1.8.2 for windows
Comment 10 Dimitri van Heesch 2012-09-22 14:36:27 UTC
But you already submitted bug 684574 so why reopen this one as well?
Comment 11 Phillip Mathews 2012-09-22 22:27:07 UTC
(In reply to comment #10)
> But you already submitted bug 684574 so why reopen this one as well?
You're right