|
| ||||
generate.bat
Go to the documentation of this file.
00001 @echo off 00002 00003 rem Build DoxyFilt documentation tree. 00004 00005 if not exist Doxygen.log goto logMissing 00006 copy Doxygen.log Doxygen.lox 00007 goto logDone 00008 :logMissing 00009 if exist Doxygen.lox goto logDone 00010 echo 'Temporary file' > Doxygen.lox 00011 :logDone 00012 00013 echo Please wait patiently... 00014 doxygen 2> Doxygen.log 00015 DoxyLine.pl --path=Doxygen.log Perl/code Perl/comment Perl/blank POD/POD Generated on Mon Dec 27 2010 15:15:39 for DoxyFilt by 1.7.1 | |||||


