1
0
mirror of https://github.com/PharkMillups/beautiful-docs.git synced 2025-08-28 12:10:01 +02:00

Adds phpdocumentor

This commit is contained in:
Shivam Dixit
2014-06-18 21:16:36 +05:30
parent 3536a0dced
commit ea8695004a

View File

@@ -86,6 +86,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage
* [dr.js](https://github.com/adobe-webplatform/dr.js) - Tiny JavaScript documentation generator from the author of RaphaëlJS. (contributed by [@nikhilcutshort](https://twitter.com/nikhilcutshort))
* [Markdoc](http://markdoc.org/) - Lightweight documentation/wiki generator in Python, released in the [public domain](http://unlicense.org/). (contributed by [Neelfyn](http://neelfyn.info/))
* [ApiGen](http://apigen.org/) - Creates clean API documentation from PHP source code (contributed by [bryceadams](http://bryce.se/))
* [phpDocumentor](http://www.phpdoc.org/) - phpDocumentor enables you to generate documentation from your PHP source code. (contributed by [shivamdixit](http://shivamdixit.com))
* [docgenerator](https://github.com/Ralt/docgenerator/blob/master/README.md) - Organize your documentation in Markdown files. (contributed by [Florian Margaine](http://margaine.com))
* [dexy](http://www.dexy.it/) - Extensible documentation/report generator supporting multiple programming languages and serveral input and output formats. (contributed by [troytop](http://github.com/troytop))
* [Slate](https://github.com/tripit/slate) - Static API documentation creation tool from the team at Tripit.