mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-03 16:54:22 +00:00
fa9fc31e5f
Further commits will make this optional so that the system libs are used if they're new enough.
8 lines
163 B
Batchfile
8 lines
163 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 |