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

8 lines
168 B
Bash

#!/usr/bin/sh
# you should have "doxygen" in your path
# http://www.doxygen.org/
echo make Documentation
doxygen Doxyfile > Doxygen.log.txt 2> Doxygen.err.txt