Download List

專案描述

PHP Doctor is a Javadoc-style comment parser for
PHP code, written in PHP using the PHP tokenizer
extension. It is designed with an emphasis on
speed and simplicity.

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.

2005-05-19 15:42
2.0.0RC1

This release candidate featured a total rewrite that provided a faster, more feature-rich, and easier to maintain codebase.
標籤: Code cleanup

2004-02-09 20:23
1.4

This release fixes a number of minor bugs, adds
overview and package comments, and improves the
default output template.
標籤: Minor feature enhancements

2003-11-30 16:30
1.3

This release fixes a few small bugs that were
uncovered from the previous version. It also
introduces a config option for hiding private
members from the output documents, as well as the
ability to automatically set members whose names
begin with an underscore to being recognized as
private.
標籤: Minor bugfixes

2003-09-29 13:02
1.2

A couple of parsing errors caused by abstract
methods and parsed strings were fixed. Checking
of @param tags for unknown parameters was
implemented, and an error that occurred while
getting the path when calling PHP explicitly or
running from out of a directory was fixed. A
default template constant was added and template
file retrievals now fall back to files in the
default template if they are not found.
標籤: Minor feature enhancements

2003-09-10 21:35
1.1

Support for the PHP5 syntax, support for the @access tag for setting item access types in PHP4 code, a more robust processDocComment(), verification of the link target, and support for packages via implementing the @package tag.
標籤: Minor feature enhancements

Project Resources