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
How to create api documentation only for my extension (without yii core) but related with yii2 apidoc (class refence)? Good point if can related with http://www.yiiframework.com/doc-2.0/.
When executed like this
./bin/apidoc api mdmsoft/yii2-admin ../admin-apidoc
it will provide error message (errors.txt) "Method ini has no parent to inherit from in mdm\admin\Module".
When executed
./bin/apidoc api mdmsoft/yii2-admin,yiisoft/yii2 ../admin-apidoc
it will generate both of them and index file only list yii2 classes (no mdmsoft classes on index.html)
The text was updated successfully, but these errors were encountered:
How to create api documentation only for my extension (without yii core) but related with yii2 apidoc (class refence)? Good point if can related with
http://www.yiiframework.com/doc-2.0/
.When executed like this
it will provide error message (errors.txt) "Method ini has no parent to inherit from in mdm\admin\Module".
When executed
it will generate both of them and index file only list yii2 classes (no mdmsoft classes on index.html)
The text was updated successfully, but these errors were encountered: