Commit ee21883c authored by coppro's avatar coppro

Added a shell script for documentation generation.

parent f8e0e0db
#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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment