Thread: [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 17:42:29
|
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. Thank you in advance. Fabiano. |
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 |
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 > |
From: Larry M. <lar...@gm...> - 2007-03-30 23:19:26
|
On 3/30/07, Fabiano Castro Pereira <ca...@in...> wrote: > > 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. I tried this and I was able to reproduce the problem as you described. Whether it's a bug or by design I don't know, but it does not seem to me to be the proper behavior. -larry > 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 > > > ------------------------------------------------------------------------- > 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 > > |