From e15192b36bb5e99838d3f70bf79f7b8bed7a75b9 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 5 Aug 2009 15:42:44 +0000 Subject: Documentation: fix HTML validation errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/CommandLine.html') diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 68e376e814..09ed2b8c0e 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -1441,9 +1441,9 @@ string "-pos1 -foo -bar baz -pos2 -bork" would cause the "-foo -bar
  • The cl::Sink modifier is used to handle unknown options. If there is at least one option with -cl::Sink modifier specified, the parser passes +cl::Sink modifier specified, the parser passes unrecognized option strings to it as values instead of signaling an -error. As with cl::CommaSeparated, this modifier +error. As with cl::CommaSeparated, this modifier only makes sense with a cl::list option.
  • -- cgit v1.2.3-70-g09d2