|
This project uses the PHPDoc format (Javadoc front-end) as the code documentation
format. PHPDoc it is really just a front-end for the "real thing" ... Javadoc.
Unfortunately the other PHP doc tools are not completely compatible with PHPDoc
(Javadoc).
PHPDoc was created by DCMindsis and is freely available from:
• http://www.callowayprints.com/phpdoc/
The project API PHPDocs are online available at:
• API documentation index page
•
PHPDoc API for the php.MVC source library
•
PHPDoc API for the php.MVC XML configuration Digester source library
This directory contains information on how to setup PHPDoc, and also a modified
version of the PHPDoc bat file (MS Windows) that takes the source directory as the
first command line argument. It also sets the paths as req'd.
•  @Notes.txt •  @Setup.txt •  phpdoc.bat •  phpdoc.inc
|