Files
MagicSetEditor2/tools/doc/doxygen.sh
T
coppro 41a8c123cf Added a shell script for documentation generation.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@208 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-02-22 17:44:33 +00:00

12 lines
234 B
Bash

#run Doxygen
doxygen doxygen.cfg 1>&- 2>&-;
#fix it using the perl script
perl fix.pl 1>&- 2>&-;
#filter docwarnings.log and make a file called warnings.log to only contain warnings
grep "Warning" <docwarnings.log >warnings.log;