yiisoft / yii2-apidoc

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

inheritdoc does not work on properties #27

Closed nkovacs closed 8 years ago

nkovacs commented 8 years ago

This: https://github.com/yiisoft/yii2/blob/master/framework/rbac/Item.php#L22

should be inherited by these:

https://github.com/yiisoft/yii2/blob/master/framework/rbac/Role.php#L17 https://github.com/yiisoft/yii2/blob/master/framework/rbac/Permission.php#L17

But the documentation ends up being empty: http://www.yiiframework.com/doc-2.0/yii-rbac-role.html#properties

cebe commented 8 years ago

should be fixed by https://github.com/yiisoft/yii2-apidoc/commit/bab23f2bd7393345dd7b285f41bbbc518e9ecf76

nkovacs commented 8 years ago

This looks broken, the documentation is inherited twice:

http://www.yiiframework.com/doc-2.0/yii-rest-controller.html#$enableCsrfValidation-detail

cebe commented 8 years ago

@nkovacs can you please open a new issue for that?

nkovacs commented 8 years ago

Sure, here it is: #61