mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
41a8c123cf
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@208 0fc631ac-6414-0410-93d0-97cfa31319b6
12 lines
234 B
Bash
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;
|