Re: [Doxygen-users] Custom HTML header isn't included in the tree
Brought to you by:
dimitri
From: Larry M. <lar...@gm...> - 2007-03-30 19:22:23
|
On 3/30/07, Fabiano Castro Pereira <ca...@in...> wrote: > > Hello, the custom HTML header one can define through HTML_HEADER tag is > not included in the generated "tree.html" and "index.html", it is only being > included in the other HTML files generated by Doxygen. > > I need this custom header to be included in the other two files, because > my docs are encoded in UTF-8, and the default encoding generated by Doxygen > to these files is iso-8859-1. This way my title is appearing messy in the > browser, and also the module names (in the left tree) are appearing this > way. > > I think this can be considered a bug, do you agree with me? If so I'll > file a bug in Doxygen's bugzilla. I have a custom header defined with HTML_HEADER and it most defiantly does get included in every html page generated by doxygen including index.html (I don't have a tree.html). -larry |