Simpler and faster than PHPDoc, it is inspired by Java's Javadoc tool.
What it does is it parses source code comments and gathers them all together into one page for easier reading and a centralized help center.
Here are some key features of "PHPDoctor":
· Code is parsed by the PHP engine itself, not an external library
· Simple, HTML framed, one-page documentation
· Easy to install
· Supports OOP code
· Support for global variables and constants
· Support for PHP 5
Requirements:
· PHP 4.3 or higher
What's New in This Release: [ read full changelog ]
· Added expansion of new lines in doc comments to HTML paragraph elements in standard doclet.