Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/tedkulp/phpdoctor
- Owner: tedkulp
- License: gpl-2.0
- Created: 2011-04-25T21:22:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T21:22:35.000Z (almost 14 years ago)
- Last Synced: 2024-11-14T10:41:25.051Z (3 months ago)
- Language: PHP
- Homepage: http://peej.github.com/phpdoctor/
- Size: 155 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
- License: COPYING
Awesome Lists containing this project
README
NAME
PHPDoctor: The PHP Documentation Creator
5.3+ Fork of Peej's Quick & Dirty PHPDoc CloneWHAT 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 .