From 3a4c9cbc12396867d94a03cd3712b58551afc711 Mon Sep 17 00:00:00 2001 From: marapper Date: Tue, 7 May 2013 21:43:36 +0400 Subject: [PATCH] Add annotation reference to docs --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e96163e..897fc2b 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ parameters, and you can document them as you want, but keep in mind to be consis If you set `input`, then the bundle automatically extracts parameters based on the given type, and determines for each parameter its data type, and if it's required or not. -For Form Types, you can add an extra option named `description` on each field: - For classes parsed with JMS metadata, description will be taken from the properties doc comment, if available. +For Form Types, you can add an extra option named `description` on each field: + ``` php