Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tedkulp/phpdoctor

PHP documentation creator for PHP 5.3+. Based on work from http://cobbweb.me/2010/05/api-documentation-for-php-5-3/
https://github.com/tedkulp/phpdoctor

Last synced: 15 days ago
JSON representation

PHP documentation creator for PHP 5.3+. Based on work from http://cobbweb.me/2010/05/api-documentation-for-php-5-3/

Awesome Lists containing this project

README

        

NAME
PHPDoctor: The PHP Documentation Creator
5.3+ Fork of Peej's Quick & Dirty PHPDoc Clone

WHAT IS DIFFERENT FROM THE ORIGINAL
This fork removes compatibility for PHP versions < 5.3.0 and makes namespaces first-class citizens.
The @package tag is degraded to a normal "tag" without any special meaning. Instead, namespaces
are recognized automatically (no @package required) and the documentation generated accordingly.

DESCRIPTION
PHPDoctor is a Javadoc style comment parser for PHP, written with an
emphasis on speed and simplicity. It is designed to be as close a
clone to Javadoc as possible.

REQUIREMENTS
PHP 5.3.0+ is required.

For more information, please see http://github.com/peej/phpdoctor .