[llvm-commits] [llvm] r91401 - /llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
Mikhail Glushenkov
foldr at codedgers.com
Mon Dec 14 19:03:37 PST 2009
Author: foldr
Date: Mon Dec 14 21:03:37 2009
New Revision: 91401
URL: http://llvm.org/viewvc/llvm-project?rev=91401&view=rev
Log:
Small documentation update.
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=91401&r1=91400&r2=91401&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst (original)
+++ llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst Mon Dec 14 21:03:37 2009
@@ -360,10 +360,11 @@
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
- ``true`` and ``false``). List options can't have this attribute. Usage
- examples: ``(switch_option "foo", (init true))``; ``(prefix_option "bar",
- (init "baz"))``.
+ parameter), or a boolean (if it is a switch; as in C++, boolean constants
+ are called ``true`` and ``false``). List options can't have ``init``
+ attribute.
+ Usage examples: ``(switch_option "foo", (init true))``; ``(prefix_option
+ "bar", (init "baz"))``.
- ``extern`` - this option is defined in some other plugin, see `below`__.
More information about the llvm-commits
mailing list