mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-06 02:05:28 +00:00
8 lines
161 B
Bash
8 lines
161 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
|