splitted the Doxyfile in more files; now it's easy to generate only a single format or all of them without editing the cfg files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,7 +4,8 @@ REM This bash script regenerates the HTML doxygen version of the
|
||||
REM wxWidgets manual and adjusts the doxygen log to make it more
|
||||
REM readable.
|
||||
|
||||
doxygen
|
||||
mkdir out
|
||||
mkdir out\html
|
||||
|
||||
REM this image is not automatically copied by Doxygen because it's not
|
||||
REM used in doxygen documentation but only in our html footer...
|
||||
@@ -13,3 +14,12 @@ copy images\powered-by-wxwidgets.png out\html
|
||||
REM this CSS is automatically copied by Doxygen because it's
|
||||
REM included by our custom html header...
|
||||
copy wxwidgets.css out\html
|
||||
|
||||
REM
|
||||
REM NOW RUN DOXYGEN
|
||||
REM
|
||||
REM NB: we do this _after_ copying the required files to the output folders
|
||||
REM otherwise when generating the CHM file with Doxygen, those files are
|
||||
REM not included!
|
||||
REM
|
||||
doxygen Doxyfile.all
|
||||
|
Reference in New Issue
Block a user