Download List

專案描述

PHP Documentation Generator is a Perl script similar to javadoc. It helps you generate a set of HTML pages from comments in PHP source files. Currently, this script parses the PHP source code to detect the objects attached to the comments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-06 00:25
0.12

The support of the documentation of Web pages was introduced (tags @webmodule and @webpage).
標籤: Major bugfixes

2003-02-18 16:27
0.11

Major bugfixes were made inside the parsers. The tags @public, @protected, @private, and @static tags were added. Support for reference returning was added.
標籤: Major bugfixes

2003-02-10 16:01
0.10

The "protected", "public", and "private" modifiers can now be applied to methods and attributes. One way to support this is by using the "@modifiers" tag. Minor bugfixes were made.
標籤: Minor feature enhancements

2003-02-07 12:35
0.9

The tag @param supports now the specification of parameters passed by reference. It supports also the dynamic parameters such as printf().
標籤: Minor feature enhancements

2003-02-02 21:58
0.8.1

Some systems do not support one parameter for the Perl function mkdir. This release uses the 2 parameter function.
標籤: Minor bugfixes

Project Resources