From abc0204bf65f5d9cd7b6ffb943b08c83182af51d Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Mon, 22 Nov 2010 17:10:20 +0000 Subject: [PATCH] Add a newline. llvm-svn: 119976 --- llvm/tools/llvmc/doc/LLVMC-Reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/tools/llvmc/doc/LLVMC-Reference.rst b/llvm/tools/llvmc/doc/LLVMC-Reference.rst index 6409608507b4..ec9098b90cd5 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