[Doxygen-users] Simple enhancement suggestion for compiled HTML generation
Brought to you by:
dimitri
From: <Kla...@it...> - 2001-11-05 16:00:44
|
I always wondered why my Doxgen generated CHM's had the title "HTML Help" instead of what I sepcified as PROJECT_NAME. Today I found that this is because of a missing Langauge specification in the [OPTIONS] section of the .hhp file. So I suggest to add a line=20 t << "Language=3D0x409" << endl; before t << "Title=3D" << Config_getString("PROJECT_NAME") << endl << endl; in the function HtmlHelp::createProjectFile(). Even better would be to use the real language id but as far as I can see this is currently not in the translator interface. - Klaus G=FCtter |