mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
8 lines
163 B
Batchfile
8 lines
163 B
Batchfile
set DOXYPRJ_ROOT=.
|
|
cd ..
|
|
rm -fr doc
|
|
md doc
|
|
"%DOXYGEN_PATH%\bin\doxygen" doxygen\cds.doxy > tools\doxygen.log 2>&1
|
|
cp -f doxygen/index.html doc/index.html
|
|
cd tools
|