2ad6f1d24b
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@1 a6f86f6d-0131-4f8e-9e7b-e335508773d5
8 lines
170 B
Batchfile
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 |