I have switched to PHP 5.3 and namespace. It seems that the @Package tag is now useless and useless
Is it still necessary by phpDoc, or can I now ignore this tag?
Thanks
No it is not necessary.
The latest document now states that @package should be used if you use namespace and you do not need a separate structure for documentation, then avoid:
If both logical and functional subdivisions are the same across the board then this is not recommended to use the @ packages, to prevent the maintenance overhead.
Comments
Post a Comment