move files from _config to _gen

This commit is contained in:
Bastian Schroll 2018-01-05 15:34:22 +01:00
parent 7e611973ee
commit 44664bdd1b
4 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ echo.
echo Build Doxygen Documentation
echo.
cd ..
_bin\win\doxygen\doxygen.exe "_config\doxygen.ini"
_bin\win\doxygen\doxygen.exe _gen/doxygen.ini
echo.
echo.
pause