phpDocumentor 3 template that generates Markdown documentation.
Example created from phpDocumentor 3 MariosPizzeria example is available in example/ directory.
Note: phpDocumentor 3 is in development. Tested with latest v3.0.0-rc.
Note: For now it documents classes, interfaces and traits. Will add more soon.
Inspired by:
Clone this respository or download it.
Usage instructions
# phpDocumentor.phar run --directory=<YOUR SOURCE DIRECTORY> --target=<TARGET DIRECTORY> --template=<PATH TO THIS REPOSITORY/themes/md>
- Added Constants
- Added Interfaces
- Added Traits
- Added inherted methods
- Initial version