yiisoft / yii2-apidoc

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

Interface inheritance including interface constants in classes #261

Open kartik-v opened 2 years ago

kartik-v commented 2 years ago

What steps will reproduce the problem?

Interfaces documentation does not include constants defined in interfaces. Classes implementing the interfaces also therefore do not show the constants used in the inherited interface.

What's expected?

Documentation of interfaces should include constants defined. Classes implementing the interfaces should show the constants.

What do you get instead?

No constants are documented.

Additional info

Q A
Yii version latest
Yii APIDoc version latest
PHP version latest
Operating system win/linux