DoxyLine.pl File Reference

Accumulate line counts from DoxyFilt STDERR logging. More...

Go to the source code of this file.


Detailed Description

Accumulate line counts from DoxyFilt STDERR logging.

SYNOPSIS

On Mandrake Linux with bash:

The commands:

  doxygen 2> Doxygen.log
  perl DoxyLine.pl --path=Doxygen.log \
                   Perl/code Perl/comment Perl/blank POD/POD

might generate:

  --------------------------------------------------------------
        Perl / code               1516
             / comment             311
             / blank               768
         POD / POD                1632
  --------------------------------------------------------------
         Sub / Total              4227
       Grand / Total              4243
  --------------------------------------------------------------
             / (uncounted           16)

SEE ALSO

Doxygen::Filter, http://www.doxygen.org

COPYRIGHT

Copyright (C) 2004-2010 Marc M. Adkins

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

Author:
Marc M. Adkins mailto:Perl@Doorways.org

Definition in file DoxyLine.pl.