You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for @Property / @property-read / @property-write
- Add new parser for property (based on the param parser)
- Update docblock parser to handle tags with an hyphen
- Update html generator to display dynamic properties
Close#77
<docblockxmlns="http://xml.phpdox.net/src"><description/><propertytype="int"variable="$state"description="The class state"/><property-readdescription="The previous class state"type="int"variable="$pastState"/><property-writedescription="The number or call"type="int"variable="$call"/></docblock>
0 commit comments