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 | 4d5a29979000e1d5afc6c31239fe12d888027f4c (patch) | |
tree | a1e943a55b84d479f30f00d04458443d5bbce741 /tools/llvmc | |
parent | 028941379d820c0cb2cf9960e4994e83a30a9fcf (diff) | |
download | external_llvm-4d5a29979000e1d5afc6c31239fe12d888027f4c.zip external_llvm-4d5a29979000e1d5afc6c31239fe12d888027f4c.tar.gz external_llvm-4d5a29979000e1d5afc6c31239fe12d888027f4c.tar.bz2 |
Add a newline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index 6409608..ec9098b 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/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 |