Re: [Doxygen-users] Custom HTML header isn't included in the tree
Brought to you by:
dimitri
From: Fabiano C. P. <ca...@in...> - 2007-03-30 21:49:17
|
This is because you are using GENERATE_TREEVIEW = NO, in this case the index.html correctly includes HTML_HEADER, and tree.html and main.html are not generated. Try using GENERATE_TREEVIEW = YES, and you will see the error I've reported. Fabiano. Larry Martell escreveu: > 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 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |