TM::PHPDoc Change Log

2003-11-13
    * Basic support for "@param ... Description" and "@return ... Description".
    * Doesn't display the package name if it's identical to the class name.
    * Supports "@param int|float $variable" now.
    * Strips unneccessary double blank lines.

2003-11-06
    * Added $allowJavaDocHtml parameter, allows <br|p|ul|ol|li>.

2003-11-04
    * Detects @version  $Id: ...$ and so one.
    * {@link http://url link name} is allowed.
    * Summaries aren't affected by max-width:75ex any more.
    * Added possibility to use <br>, <ul> etc. (uncomment the line).

2003-10-30
    * Added simple support for @package.

2003-10-28
    * {@link label} allowed in short description.
    * Short description will stipped of the long instead of copying it.

2003-10-05
    * Renamed getHTML into toHtml, added display, according to PEAR.
    * Link syntax may be <a href=label>, {@link label} and so on.
    * Possibility to add a class description.

2003-07-29
    * Function headers may be split into more than one line.
    * Types may be written as "(int)", "(void)" and so one.
    * Better detection of short descriptions (skips "No." for example).
    * Methods/variables starting with "_" are private (if @access is missing).
    * Property doc may be "@var int $v", "@var $v int" or "@var int".
