GNOME Bugzilla – Bug 608056
Doxygen fails to generate a title page when tag name includes an underscore
Last modified: 2010-01-25 19:27:08 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
The example will produce the title in 1.5.9 but not in 1.6.2
Confirmed. Should be fixed in the next subversion update. *** This bug has been marked as a duplicate of bug 606330 ***