matroska/make/makedoc.bat
2010-02-18 08:13:06 +00:00

8 lines
170 B
Batchfile

@echo off
rem you should have DOXYGEN.EXE in your path
rem http://www.doxygen.org/
echo make Documentation
doxygen Doxyfile > Doxygen.log.txt 2> Doxygen.err.txt