yiisoft / yii2-apidoc

Yii 2 apidoc extension.
https://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
258 stars 121 forks source link

Propagate @since to inherited methods/properties #190

Closed brandonkelly closed 4 years ago

brandonkelly commented 4 years ago

Also added BaseDoc::getPackageName() to help determine the package name of the method/property based on its sourceFile. If getPackageName() differs between the current method/property and its parent class it's inheriting from, then @since won't be copied.

Q A
Is bugfix? no
New feature? yes
Breaks BC? no
Tests pass? yes
Fixed issues #137
samdark commented 4 years ago

Thank you!