proofread the index

This commit is contained in:
Grégoire Paris 2014-12-11 12:11:51 +01:00
parent 847b1fe757
commit 95b99a1129

View File

@ -226,13 +226,12 @@ Also bundle will get information from the other annotations:
### PHPDoc ### PHPDoc
Route functions marked as @deprecated will be set method as deprecation in Actions marked as @deprecated will be marked as such in the interface.
documentation.
#### JMS Serializer Features #### JMS Serializer Features
The bundle has support for some of the JMS Serializer features and use these The bundle has support for some of the JMS Serializer features and uses this
extra information in the generated documentation. extra piece of information in the generated documentation.
##### Group Exclusion Strategy ##### Group Exclusion Strategy
@ -373,7 +372,8 @@ If you want to generate a static version of your documentation without sandbox,
### Swagger support ### Swagger support
Read the [documentation for Swagger integration](https://github.com/nelmio/NelmioApiDocBundle/blob/master/Resources/doc/swagger-support.md) for the necessary steps to make a Swagger-compliant documentation for your API. Read the [documentation for Swagger integration](https://github.com/nelmio/NelmioApiDocBundle/blob/master/Resources/doc/swagger-support.md)
for the necessary steps to make a Swagger-compliant documentation for your API.
### Caching ### Caching
@ -466,7 +466,7 @@ services:
``` ```
Look at the built-in [Handlers](https://github.com/nelmio/NelmioApiDocBundle/tree/master/Extractor/Handler). Look at the built-in [Handlers](https://github.com/nelmio/NelmioApiDocBundle/tree/master/Extractor/Handler).
### Reference Configuration ### Configuration Reference
``` yaml ``` yaml
nelmio_api_doc: nelmio_api_doc: