NelmioApiDocBundle =================== ##Swagger support## It is now possible to make your application produce Swagger-compliant JSON output based on `@ApiDoc` annotations, which can be used for consumption by [swagger-ui](https://github.com/wordnik/swagger-ui). ###Annotations### A couple of properties has been added to `@ApiDoc`: To define a __resource description__: ```php