7 строки
160 B
Batchfile
7 строки
160 B
Batchfile
|
set "PATH=%CD%;%PATH%"
|
||
|
set ROOT=%~dp0\..
|
||
|
cd %ROOT%\docs
|
||
|
doxygen.exe -w html headerFile footerFile styleSheetFile cppDoxygenConfig
|
||
|
doxygen.exe cppDoxygenConfig
|
||
|
|