From eaccdd34a330d2f7578edbaeec924912a9325f48 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. llvm-svn: 78196 --- llvm/docs/CommandLine.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/CommandLine.html') diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index 68e376e8143..09ed2b8c0e5 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/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