preserve doxygen 1.6.x look also with doxygen 1.7.x: it produces more readable navigation tabs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-07-25 11:05:43 +00:00
parent 7197bbad21
commit ef7f03ad83
7 changed files with 227 additions and 5 deletions

View File

@@ -11,18 +11,21 @@ mkdir out\html\wxgtk 2>&1 >NUL
mkdir out\html\wxmsw 2>&1 >NUL
mkdir out\html\wxmac 2>&1 >NUL
REM These not automatically copied by Doxygen because it's not
REM used in doxygen documentation, only in our html footer.
REM These not automatically copied by Doxygen because they're not
REM used in doxygen documentation, only in our html footer and by our
REM custom aliases
copy images\powered-by-wxwidgets.png out\html 2>&1 >NUL
copy images\logo_*.png out\html 2>&1 >NUL
copy images\tab_*.gif out\html 2>&1 >NUL
copy images\wxgtk\*.png out\html\wxgtk 2>&1 >NUL
copy images\wxmsw\*.png out\html\wxmsw 2>&1 >NUL
copy images\wxmac\*.png out\html\wxmac 2>&1 >NUL
copy wxwidgets.js out\html 2>&1 >NUL
REM this CSS is automatically copied by Doxygen because it's
REM these CSS are not automatically copied by Doxygen because they're
REM included by our custom html header...
copy wxwidgets.css out\html 2>&1 >NUL
copy wxtabs.css out\html 2>&1 >NUL
REM set cfgfile variable to the right doxyfile to use,
REM using MS broken batch scripting