X-Git-Url: http://git.phpeclipse.com diff --git a/utilities/phpdocbuilder/builder.php b/utilities/phpdocbuilder/builder.php new file mode 100644 index 0000000..0fa8f2a --- /dev/null +++ b/utilities/phpdocbuilder/builder.php @@ -0,0 +1,34 @@ + + *
  • output file name
  • + * + * @author ed_mann + */ + $out_file = $argv[1]; + $ref_path = $argv[2]; + $path = "/data/home/emann/sandbox/php/phpdoc/phpdoc/"; + //$ver = "/data/home/emann/sandbox/php/phpdoc/phpdoc/phpbook/phpbook-xsl/version.xml"; + + /** + * instantiate DocBuilder + */ + $doc = new DocBuilder('out.xml', $path); + $doc->buildDoc(); +?> \ No newline at end of file