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

what does this mean "1.0: 3 processed / 2 skipped" after I run "bundle exec rake swagger:docs"? #2

Open
xytian315 opened this issue Nov 7, 2014 · 1 comment

Comments

@xytian315
Copy link

Sorry, I am new to swagger, after I run "bundle exec rake swagger:docs", it returned "1.0: 3 processed / 2 skipped". Could you please tell me what does this mean?

@philipgiuliani
Copy link

The numbers are the count of controllers that have been processed and skipped.

You can see the code here:
https://github.com/richhollis/swagger-docs/blob/master/lib/swagger/docs/generator.rb#L129

If a controller for example does not calls the swagger_controller method, its skipped.

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

No branches or pull requests

2 participants