danog / phpdoc

Simple markdown PHPDOC documentation generator with psalm type annotation support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple markdown PHPDOC documentation generator with psalm type annotation support.

License:GNU Affero General Public License v3.0


Languages

Language:PHP 100.0%