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
When I try to run as ./vendor/bin/apidoc api ./vendor/yiisoft/yii2,. output I'm getting the error Error: Method deprecated, use ::getParameters() and the api doc isn't generated, but if I run as ./vendor/bin/apidoc api . output the api doc is generated but obviously the yiisoft/yii2 directory will be ignored.
Basically, you can't generate any api doc for any package inside vendor folder.
The text was updated successfully, but these errors were encountered:
When I try to run as
./vendor/bin/apidoc api ./vendor/yiisoft/yii2,. output
I'm getting the errorError: Method deprecated, use ::getParameters()
and the api doc isn't generated, but if I run as./vendor/bin/apidoc api . output
the api doc is generated but obviously the yiisoft/yii2 directory will be ignored.Basically, you can't generate any api doc for any package inside vendor folder.
The text was updated successfully, but these errors were encountered: