PHP documenter (like Javadoc):
The phpDocumentor is a script for creating documentation from comments in php code. It is at http://phpdocu.sourceforge.net.
The Doxygen documentation system can be used along with this Doxygen PHP PERL script
Download Doxygen and the PERL script from download page. PHPXref is a small PERL script to make working with the source code of a large PHP site somewhat easier. Cross references functions, variables and database tables defined and used across your various PHP files Generates documentation for each function defined in the PHP files by utilizing formatted comments placed next to each function The output is a tree of HTML files that can be downloaded and browsed on a local machine without having to setup a web server, etc. It is at
http://phpxref.sourceforge.net.

0 comments:
Post a Comment