Updated doxygen launcher scripts to reflect new Doxyfile locations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,4 +29,4 @@ 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 otherwise when generating the CHM file with Doxygen, those files are
|
||||||
REM not included!
|
REM not included!
|
||||||
REM
|
REM
|
||||||
doxygen Doxyfile.all
|
doxygen Doxyfile_all
|
||||||
|
@@ -40,9 +40,9 @@ cp wxwidgets.css out/html
|
|||||||
|
|
||||||
# which configuration should we use?
|
# which configuration should we use?
|
||||||
if [[ -z "$1" ]]; then
|
if [[ -z "$1" ]]; then
|
||||||
cfgfile="Doxyfile.all"
|
cfgfile="Doxyfile_all"
|
||||||
else
|
else
|
||||||
cfgfile="Doxyfile.$1"
|
cfgfile="Doxyfile_$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user