[Doxygen-develop] Incorrect template created for HTML_HEADER
Brought to you by:
dimitri
From: glpk x. <xyp...@gm...> - 2011-09-15 00:18:59
|
With command doxygen -w html header footer style templates can be generated. The header template contains a line <link href="$relpath$style" rel="stylesheet" type="text/css" /> Hence when HTML_HEADER is set the generated HTML contains a line <link href="style" rel="stylesheet" type="text/css" /> no matter what the value of HTML_STYLE is in the configuration file. My expectation is that HTML_STYLE should always be observed. Variables should not be replaced when writing templates. The generated template should always contain a line <link href="$relpath$$stylesheet" rel="stylesheet" type="text/css" /> Best regards Xypron -- Follow me at http://twitter.com/#!/xypron Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de |