diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-11-22 17:10:20 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-11-22 17:10:20 +0000 |
commit | abc0204bf65f5d9cd7b6ffb943b08c83182af51d (patch) | |
tree | 25d4e0fe7b852770dafcf5d4ebace9a58ee4262c /llvm/tools/llvmc | |
parent | 3c60f755c3cb569999a8e376fdb9a8247fcc2eb9 (diff) | |
download | bcm5719-llvm-abc0204bf65f5d9cd7b6ffb943b08c83182af51d.tar.gz bcm5719-llvm-abc0204bf65f5d9cd7b6ffb943b08c83182af51d.zip |
Add a newline.
llvm-svn: 119976
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r-- | llvm/tools/llvmc/doc/LLVMC-Reference.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/doc/LLVMC-Reference.rst b/llvm/tools/llvmc/doc/LLVMC-Reference.rst index 6409608507b..ec9098b90cd 100644 --- a/llvm/tools/llvmc/doc/LLVMC-Reference.rst +++ b/llvm/tools/llvmc/doc/LLVMC-Reference.rst @@ -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 |