Add a newline.

llvm-svn: 119976
This commit is contained in:
Mikhail Glushenkov 2010-11-22 17:10:20 +00:00
parent 3c60f755c3
commit abc0204bf6
1 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,8 @@ separate option groups syntactically.
- ``alias_option`` - a special option type for creating aliases. Unlike other
option types, aliases are not allowed to have any properties besides the
aliased option name. Usage example: ``(alias_option "preprocess", "E")``
aliased option name.
Usage example: ``(alias_option "preprocess", "E")``
- ``switch_list_option`` - like ``switch_option`` with the ``zero_or_more``
property, but remembers how many times the switch was turned on. Useful