Icon for Dimension.orgIcon for TalentIcon for ToolsIcon for Doorways.org
Icon for ToolsIcon for Perl Tools

DoxyFilt: generate Source File

  • Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Classes
  • Files
  • File List

generate

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

Generated on Mon Dec 27 2010 15:15:39 for DoxyFilt by  doxygen 1.7.1

www.dimension.org logo

(C)opyright 1998 - 2012 Dimension.org

WebMaster