Skip to content

Commit

Permalink
Merge branch '2.4' into 2.5
Browse files Browse the repository at this point in the history
* 2.4:
  Removing 2.6 message from the 2.3 branch
  Documented info method
  • Loading branch information
weaverryan committed Oct 1, 2014
2 parents c289ac8 + a2a6a08 commit 8c9847d
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 @@ -281,6 +281,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 8c9847d

Please sign in to comment.