Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ask] Apidoc #5612

Closed
mdmunir opened this issue Oct 16, 2014 · 1 comment
Closed

[Ask] Apidoc #5612

mdmunir opened this issue Oct 16, 2014 · 1 comment
Assignees
Labels

Comments

@mdmunir
Copy link
Contributor

mdmunir commented Oct 16, 2014

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants