diff --git a/minify.php b/minify.php index 79b1b35..3584878 100644 --- a/minify.php +++ b/minify.php @@ -8,9 +8,7 @@ * and by the article "Supercharged JavaScript" by Patrick Hunlock * . * - * The JSMin library used for JavaScript minification was originally written by - * Douglas Crockford and was ported to PHP by - * David Holmes . + * JSMin was originally written by Douglas Crockford . * * Requires PHP 5.2.1+. * diff --git a/tools/doc.bat b/tools/doc.bat new file mode 100644 index 0000000..db4d8c7 --- /dev/null +++ b/tools/doc.bat @@ -0,0 +1,3 @@ +; Generates Minify documentation using PhpDocumentor. +@echo off +phpdoc -f ../minify.php,../lib/jslib.php -t ../docs -o html:smarty:php \ No newline at end of file