QA_Peardoc_Coverage
[ class tree: QA_Peardoc_Coverage ] [ index: QA_Peardoc_Coverage ] [ all elements ]

Source for file genSimpleStats.php

Documentation is available at genSimpleStats.php

  1. <?php
  2. require_once 'QA/Peardoc/Coverage.php';
  3.  
  4. if ($argc < 3{
  5.     echo <<<EOD
  6. Generates a simple PEAR documentation coverage.
  7. Usage:
  8.     php genSimpleStats.php path/to/peardoc/manual.xml path/to/pearcvs/
  9.  
  10. EOD;
  11.     exit(1);
  12. }
  13.  
  14. $strManualPath  $argv[1];
  15. $strPearDir     $argv[2];
  16.  
  17. $pdc = new QA_Peardoc_Coverage($strManualPath$strPearDir);
  18.     unserialize(file_get_contents('doc.dat'))
  19. );
  20.  
  21. ?>

Documentation generated on Mon, 11 Mar 2019 15:10:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.