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 608056 - (Missing_Title) Doxygen fails to generate a title page when tag name includes an underscore
(Missing_Title)
Doxygen fails to generate a title page when tag name includes an underscore
Status: RESOLVED DUPLICATE of bug 606330
Product: doxygen
Classification: Other
Component: general
1.6.2
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-01-25 18:07 UTC by Luis Vega
Modified: 2010-01-25 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luis Vega 2010-01-25 18:07:21 UTC
When @page is used, Doxygen 1.6.2 fails to generate the HTML page title if an underscore ( _ ) character is used in the tag name.  The title and link with be show correctly if the @ref <tag name> option is used, but it won't display on the actual page.

Example:

@page UPPER_TAG Uppercase tag name with underscore
   Where is my title?

@page UPPERTAG  Uppercase tag name w/o Underscores
   The title is showing.

@page lower_tag  Lower case tag name with underscore
   What happen to the title? 

@page lowertag  Lower case tag name w/o underscore

@mainpage
   - @ref UPPER_TAG    
   - @ref UPPERTAG
   - @ref lower_tag
   - @ref lowertag
Comment 1 Luis Vega 2010-01-25 18:08:59 UTC
The example will produce the title in 1.5.9 but not in 1.6.2
Comment 2 Dimitri van Heesch 2010-01-25 19:27:08 UTC
Confirmed. Should be fixed in the next subversion update.

*** This bug has been marked as a duplicate of bug 606330 ***