GNOME Bugzilla – Bug 625555
wrong reference to a file named with underscore
Last modified: 2010-10-09 08:19:48 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.
Confirmed. Should be fixed in the next subversion update.
*** Bug 629813 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.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.