mirror of
https://github.com/mrclay/minify.git
synced 2025-02-20 06:54:37 +01:00
3 lines
137 B
Batchfile
3 lines
137 B
Batchfile
:: Generates Minify documentation using PhpDocumentor.
|
|
@echo off
|
|
phpdoc -ti "Minify docs" -p on -d ../lib -t ../docs -o html:smarty:php |