mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Documentation: fix HTML validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1441,9 +1441,9 @@ string "<tt>-pos1 -foo -bar baz -pos2 -bork</tt>" would cause the "<tt>-foo -bar
|
||||
|
||||
<li><a name="cl::Sink">The <b><tt>cl::Sink</tt></b></a> modifier is
|
||||
used to handle unknown options. If there is at least one option with
|
||||
<b><tt>cl::Sink</tt></b></a> modifier specified, the parser passes
|
||||
<tt>cl::Sink</tt> modifier specified, the parser passes
|
||||
unrecognized option strings to it as values instead of signaling an
|
||||
error. As with <b><tt>cl::CommaSeparated</tt></b></a>, this modifier
|
||||
error. As with <tt>cl::CommaSeparated</tt>, this modifier
|
||||
only makes sense with a <a href="#cl::list">cl::list</a> option.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user