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 625555 - wrong reference to a file named with underscore
wrong reference to a file named with underscore
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 629813 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-07-29 08:33 UTC by Frank Diedrich
Modified: 2010-10-09 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank Diedrich 2010-07-29 08:33:00 UTC
a file named with an underscore and used as an example like 
/** @example simple_xyz_working.cpp
 */
leads to a reference like <a class="el" href="simple_xyz_working_8cpp-example.html">simple_xyz_working.cpp</a> in the Example page (html/examples.html), so the file is found.
But when a reference is generated e.g. to point from a class to that file, the reference looks like the one below.
<a class="el" href="simple__xyz__working_8cpp-example.html#a2">simple_xyz_working.cpp</a>.
The underscore is doubled and the file cannot be found.
Comment 1 Dimitri van Heesch 2010-08-02 19:34:54 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2010-09-18 21:15:58 UTC
*** Bug 629813 has been marked as a duplicate of this bug. ***
Comment 3 Dimitri van Heesch 2010-10-09 08:19:48 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.2. 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.