We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26823 commit a00bcefCopy full SHA for a00bcef
docgen/gen.sh
@@ -3,5 +3,5 @@
3
cd /home/gdr/celery-php
4
git pull
5
6
-phpdoc --title "PHP client for Celery task queue" -o HTML:Smarty:HandS -f /home/gdr/celery-php/celery.php -t /srv/celery-php-doc --sourcecode on
+php5 /usr/bin/phpdoc --title "PHP client for Celery task queue" -o HTML:Smarty:HandS -f '/home/gdr/celery-php/*.php' -t /srv/celery-php-doc --sourcecode on
7
cp docgen/logo.png /srv/celery-php-doc/media/
0 commit comments