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'); ?>