OSDN Git Service

Add a newline.
authorMikhail Glushenkov <foldr@codedgers.com>
Mon, 22 Nov 2010 17:10:20 +0000 (17:10 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Mon, 22 Nov 2010 17:10:20 +0000 (17:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119976 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/doc/LLVMC-Reference.rst

index 6409608..ec9098b 100644 (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