From 2d1c9693a11a99d10431e59a3e967b61901c915e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Marcinkevi=C4=8Dius?= Date: Tue, 26 May 2015 13:19:18 +0300 Subject: [PATCH] Update index.md --- Resources/doc/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 98b0b0c..8eb877f 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -291,17 +291,17 @@ then the `premium` view will be located at: Also bundle will get information from the other annotations: -* @FOS\RestBundle\Controller\Annotations\RequestParam - use as `parameters` +* `@FOS\RestBundle\Controller\Annotations\RequestParam` - use as `parameters` -* @FOS\RestBundle\Controller\Annotations\QueryParam - use as `requirements` (when strict parameter is true), `filters` (when strict is false) +* `@FOS\RestBundle\Controller\Annotations\QueryParam` - use as `requirements` (when strict parameter is true), `filters` (when strict is false) -* @JMS\SecurityExtraBundle\Annotation\Secure - set `authentication` to true, `authenticationRoles` to the given roles +* `@JMS\SecurityExtraBundle\Annotation\Secure` - set `authentication` to true, `authenticationRoles` to the given roles -* @Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache - set `cache` +* `@Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache` - set `cache` ### PHPDoc -Actions marked as @deprecated will be marked as such in the interface. +Actions marked as `@deprecated` will be marked as such in the interface. #### JMS Serializer Features @@ -494,7 +494,7 @@ Configuration In-Depth ---------------------- You can specify your own API name: -``` +```yaml # app/config/config.yml nelmio_api_doc: name: My API