Part 2 of 3 commits bringing proper Doxygen path usage without use of @wxheader.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-06-27 16:47:43 +00:00
parent ae3c17b401
commit 10da75d098
3 changed files with 43 additions and 23 deletions

View File

@@ -31,6 +31,10 @@ set arg=%1
if "%arg%" EQU "" set cfgfile=Doxyfile_all
if "%arg%" NEQ "" set cfgfile=Doxyfile_%1
pushd ..\..
set WXWIDGETS=%CD%
popd
REM
REM NOW RUN DOXYGEN
REM