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

DoxyFilt: generate.bat Source File

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

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  doxygen 1.7.1

www.dimension.org logo

(C)opyright 1998 - 2012 Dimension.org

WebMaster