1
0
mirror of https://github.com/danog/phpdoc.git synced 2024-11-26 12:04:47 +01:00
Go to file
2020-10-15 18:38:00 +02:00
API Make github pages happy 2020-10-15 18:27:23 +02:00
bin Finalize 2020-10-15 18:09:30 +02:00
src Small bugfix 2020-10-15 18:38:00 +02:00
.gitignore First commit 2020-10-15 11:52:03 +02:00
.php_cs.dist First commit 2020-10-15 11:52:03 +02:00
CNAME Finalize 2020-10-15 18:09:30 +02:00
composer.json First commit 2020-10-15 11:52:03 +02:00
LICENSE First commit 2020-10-15 11:52:03 +02:00
psalm.xml Finalize 2020-10-15 18:09:30 +02:00
README.md Update docs 2020-10-15 18:28:43 +02:00

danog/phpdoc

Simple markdown PHPDOC documentation generator with psalm type annotation support.

Supports, classes, abstract classes, interfaces, traits and functions thanks to danog/class-finder.

Install

composer require danog/phpdoc --dev

Run

vendor/bin/phpdoc outputDirectory [ namespace ]

If not provided, namespace will default to the namespace of the current package.

API documentation