ZF-2274: Documentation fixes
Description
Some doc blocks in the Zend Framework are formatted like this:
@param
The correct way is:
@param
Some doc blocks in the Zend Framework are formatted like this:
@param
The correct way is:
@param
Comments
Posted by Lars Strojny (lars) on 2007-12-06T06:40:16.000+0000
Fixes the affected doc blocks
Posted by Lars Strojny (lars) on 2007-12-06T06:51:21.000+0000
Changing bug from router specific to general Zend Framework related
Posted by Matthew Weier O'Phinney (matthew) on 2007-12-06T06:53:52.000+0000
Assigning to Martel.
Posted by Lars Strojny (lars) on 2007-12-06T06:54:10.000+0000
Fixes all invalid docblocks in the current trunk
Posted by Michal Minicki (martel) on 2007-12-06T13:00:31.000+0000
Actually the $param is optional:
"NOTE: as of 0.4.1, @param can document phpdoc.de-style, with optional $paramname"
http://manual.phpdoc.org/HTMLframesConverter/…
I'll fix them though. But since it's not a bug I can't promise it will be "corrected" fast.
Posted by Michal Minicki (martel) on 2008-01-11T03:56:48.000+0000
Fixed with revision 7384. Thanks, Lars. Especially for the patch sets :)
Posted by Wil Sinclair (wil) on 2008-06-15T21:14:38.000+0000
Updating to comply with new IT component conventions.