mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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;
|
||||||
Reference in New Issue
Block a user