Skip to content

Commit

Permalink
Merge branch '2.3' into 2.4
Browse files Browse the repository at this point in the history
* 2.3:
  Removing 2.6 message from the 2.3 branch
  Documented info method
  • Loading branch information
weaverryan committed Oct 1, 2014
2 parents f56e733 + 0b157d2 commit a2a6a08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/config/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,15 @@ has a certain value:
->end()
;
Documenting the Option
----------------------

All options can be documented using the
:method:`Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::info`
method.

The info will be printed as a comment when dumping the configuration tree.

Optional Sections
-----------------

Expand Down

0 comments on commit a2a6a08

Please sign in to comment.