Skip to content
forked from clean/phpdoc-md

Generate documentation in markdown format

License

Notifications You must be signed in to change notification settings

vakata/phpdoc-md

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clean/phpdoc-md

phpdoc-md is a tool to generate nicly looking documentation from PHPDOC comments. The intention of this tool is little bit different then standard PHPDocumentator. It focus on class instances and generates documentation from public methods only. Whenever class inherits from some other class the full interface from parent and child will be presented as part of it.

You can see an example documentation generated by this tool in here

Instalation

via composer

"require-dev": {
    "clean/phpdoc-md": "0.*"
}

About

Generate documentation in markdown format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.3%
  • HTML 30.7%