Go to the documentation of this file.00001 #!/bin/sh
00002
00003 ###########################################################################
00004 ### Build DoxyFilt documentation tree.
00005 ###########################################################################
00006
00007 if test -f Doxygen.log
00008 then cp Doxygen.log Doxygen.lox
00009 elif test ! -f Doxygen.lox
00010 then echo Dummy Log File > Doxygen.lox
00011 fi
00012
00013 doxygen 2>/dev/stdout | tee Doxygen.log | grep -v '\[\.\]'
00014 perl $DOXY_PERL_FLAGS DoxyLine.pl --path=Doxygen.log \
00015 Perl/code Perl/comment Perl/blank POD/POD