From 92553b64cca721d1fc92ff736b2d66c3c417fba3 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Sat, 5 May 2007 00:35:54 +0000 Subject: [PATCH] --- minify.php | 4 +--- tools/doc.bat | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 tools/doc.bat 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