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
This commit is contained in:
coppro
2007-02-22 17:44:33 +00:00
parent 0c66191ab3
commit 41a8c123cf
+11
View File
@@ -0,0 +1,11 @@
#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;