ollita7/kiwi

Api documentation group

Closed this issue · 1 comments

I need to group the methods in the API documentation, grouped by controllers path.
Thanks!

I added the functionality to group services.
Right now it uses the url that you have on the @jsoncontroller

For example if you have @JsonController('/test') it will group all services in that controller under test tag.

Thanks!