# phpDocumentor
phpDocumentor (opens new window)
# Install
Change the version if this version out of date.
composer require phpdocumentor/phpdocumentor:v2.9.0
# Usage
vendor/bin/phpdoc -d ../stcg/codecualeo -t ./docs/api
-d
: Source directory-t
: Target directory
# How to write docs
Example: Glossary (opens new window)