swagger-docs-sample
swagger-docs-sample copied to clipboard
what does this mean "1.0: 3 processed / 2 skipped" after I run "bundle exec rake swagger:docs"?
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?
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.