Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 947 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 947 Bytes

phpDocumentor 3 MarkDown template

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:

Installation

Clone this respository or download it.

Usage

Usage instructions

# phpDocumentor.phar run --directory=<YOUR SOURCE DIRECTORY> --target=<TARGET DIRECTORY> --template=<PATH TO THIS REPOSITORY/themes/md>

Changelog

v0.0.2 (2020-06-18)

  • Added Constants
  • Added Interfaces
  • Added Traits
  • Added inherted methods

v0.0.1

  • Initial version