diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
commit | e15192b36bb5e99838d3f70bf79f7b8bed7a75b9 (patch) | |
tree | f806c1b39e3729a535af21298a405d66f6904990 /docs/CommandLine.html | |
parent | ea2381eb7143e2ba3ad37de386cabd392b6609d8 (diff) | |
download | external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.zip external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.gz external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.bz2 |
Documentation: fix HTML validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r-- | docs/CommandLine.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 68e376e..09ed2b8 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -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> |