PEAR::Information: PHP_DocBlockGenerator in Version 1.0.0RC1 beta veröffentlicht

Creates the file Page block and the DocBlocks for includes, global variables, functions, parameters, classes, constants, properties and methods.
Accepts parameters to set the category name, the package name, the author's name and email, the license, the package link, etc…
Attempts to guess variable and parameters types.
Aligns the DocBlock tags.
Tags are not updated or added to existing DocBlocks but only realigned.
The package can be run by: calling the "PHP_DocBlockGenerator" class, or by running the "docblockgen" DOS/Unix command.
Fully tested with phpUnit. Code coverage test close to 100%.
Release date: 2007-06-29 19:56 UTC
Release state: beta
Changelog:
* Initial PEAR release
* Testing with PHPUnit
* Using PHPCompat to determine the PHP version
* Using Consol_Getopt for the CLI
* Various fixes and enhancements
Dependencies:
- PHP Version: PHP 5.0 or newer
- PEAR Package: PEAR Installer 1.4.0 or newer
- PEAR Package: Console_Getopt
- PEAR Package: PHP_CompatInfo