Download List

Projeto Descrição

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

O apoio da documentação de páginas da Web foi introduzida (tags @ @ WebModule e página web).
Tags: Major bugfixes
The support of the documentation of Web pages was introduced (tags @webmodule and @webpage).

2003-02-18 16:27
0.11

Major bugfixes foram feitas dentro da parsers. As tags @ pública, protegida @, @ privado e estático @ tags foram adicionadas. Suporte para referência retorno foi adicionado.
Tags: Major bugfixes
Major bugfixes were made inside the parsers. The tags @public, @protected, @private, and @static tags were added. Support for reference returning was added.

2003-02-10 16:01
0.10

O "protegida", "público" e "privado" modificadores podem ser aplicados aos métodos e atributos. Uma forma de apoiar este é usando o "@ modificadores" tag. Minor bugfixes foram feitas.
Tags: Minor feature enhancements
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.

2003-02-07 12:35
0.9

A marca @ param agora suporta a especificação de parâmetros passados por referência. Ele suporta também os parâmetros dinâmicos como o printf ().
Tags: Minor feature enhancements
The tag @param supports now the specification of parameters passed by reference. It supports also the dynamic parameters such as printf().

2003-02-02 21:58
0.8.1

Alguns sistemas não suportam um parâmetro para a função mkdir Perl. Esta versão usa a função de 2 parâmetros.
Tags: Minor bugfixes
Some systems do not support one parameter for the Perl function mkdir. This release uses the 2 parameter function.

Project Resources