Fix readme headers, update apigen with 0.4

This commit is contained in:
Chris Boden 2017-09-09 16:59:25 -04:00
parent 4ac1f914f3
commit 829af203b2
2 changed files with 14 additions and 9 deletions

View File

@ -29,9 +29,14 @@ profile:
killall php killall php
apidocs: apidocs:
apigen --title Ratchet -d reports/api -s src/ \ apigen --title Ratchet -d reports/api \
-s vendor/react \ -s src/ \
-s vendor/guzzle \ -s vendor/ratchet/rfc6455/src \
-s vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session \ -s vendor/react/event-loop/src \
-s vendor/symfony/routing/Symfony/Component/Routing \ -s vendor/react/socket/src \
-s vendor/evenement/evenement/src/Evenement -s vendor/react/stream/src \
-s vendor/psr/http-message/src \
-s vendor/symfony/http-foundation/Session \
-s vendor/symfony/routing \
-s vendor/evenement/evenement/src/Evenement \
--exclude=vendor/symfony/routing/Tests \