From 8bb22e5697b44b3e2e0fce7596b02285a85f348e Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 22 Jul 2010 12:01:19 +0200 Subject: [PATCH] fixed incorrect phpdoc parameter --- share/tools/generate_docs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/generate_docs.php b/share/tools/generate_docs.php index 6a77033..8660a22 100644 --- a/share/tools/generate_docs.php +++ b/share/tools/generate_docs.php @@ -38,7 +38,7 @@ passthru('git pull'); chdir($vzDir); # update dokumentation -passthru('phpdoc/phpdoc --config ' . $vzDir . '/github/share/tools/phpdoc.ini'); +passthru('phpdoc/phpdoc -c ' . $vzDir . '/github/share/tools/phpdoc.ini'); ?>