ZF-8556: Code generator is missing many docblock tags
Description
The code generator is missing many docblock tags, I have create a patch that includes Author, Package, Subpackage, Uses, Var, and Version.
The code generator is missing many docblock tags, I have create a patch that includes Author, Package, Subpackage, Uses, Var, and Version.
Comments
Posted by Christopher Thomas (cwt137) on 2010-01-21T06:51:51.000+0000
Hello. I added some extra docblock tags. With the ones I added, it should cover all of the type of tags used in ZF. Also, I added unit tests for all of the tags. Please see attached file.