mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Small documentation update.
llvm-svn: 91401
This commit is contained in:
parent
c531da60aa
commit
febfe06f08
@ -360,10 +360,11 @@ separate option groups syntactically.
|
|||||||
and ``required`` properties.
|
and ``required`` properties.
|
||||||
|
|
||||||
- ``init`` - this option has a default value, either a string (if it is a
|
- ``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
|
parameter), or a boolean (if it is a switch; as in C++, boolean constants
|
||||||
``true`` and ``false``). List options can't have this attribute. Usage
|
are called ``true`` and ``false``). List options can't have ``init``
|
||||||
examples: ``(switch_option "foo", (init true))``; ``(prefix_option "bar",
|
attribute.
|
||||||
(init "baz"))``.
|
Usage examples: ``(switch_option "foo", (init true))``; ``(prefix_option
|
||||||
|
"bar", (init "baz"))``.
|
||||||
|
|
||||||
- ``extern`` - this option is defined in some other plugin, see `below`__.
|
- ``extern`` - this option is defined in some other plugin, see `below`__.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user