[llvm-commits] [llvm] r84729 - /llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
Mikhail Glushenkov
foldr at codedgers.com
Tue Oct 20 19:13:53 PDT 2009
Author: foldr
Date: Tue Oct 20 21:13:52 2009
New Revision: 84729
URL: http://llvm.org/viewvc/llvm-project?rev=84729&view=rev
Log:
Clarify documentation on multi_val options.
Modified:
llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
Modified: llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst?rev=84729&r1=84728&r2=84729&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst (original)
+++ llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst Tue Oct 20 21:13:52 2009
@@ -349,8 +349,9 @@
- ``multi_val n`` - this option takes *n* arguments (can be useful in some
special cases). Usage example: ``(parameter_list_option "foo", (multi_val
- 3))``. Only list options can have this attribute; you can, however, use
- the ``one_or_more`` and ``zero_or_one`` properties.
+ 3))``; the command-line syntax is '-foo a b c'. Only list options can have
+ this attribute; you can, however, use the ``one_or_more``, ``zero_or_one``
+ and ``required`` properties.
- ``init`` - this option has a default value, either a string (if it is a
parameter), or a boolean (if it is a switch; boolean constants are called
More information about the llvm-commits
mailing list