More succinct api docs
This commit is contained in:
parent
081cfc8457
commit
38a55997fb
7
Makefile
7
Makefile
@ -10,4 +10,9 @@ abtests:
|
||||
echo
|
||||
|
||||
apidocs:
|
||||
apigen -s src/ -s vendor/ --title Ratchet -d reports/api
|
||||
apigen --title Ratchet -d reports/api -s src/ \
|
||||
-s vendor/react \
|
||||
-s vendor/guzzle/guzzle/src/Guzzle/Http \
|
||||
-s vendor/guzzle/guzzle/src/Guzzle/Common \
|
||||
-s vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session \
|
||||
-s vendor/evenement/evenement/src/Evenement
|
||||
|
Loading…
Reference in New Issue
Block a user