From: Chris Lattner Date: Fri, 1 Aug 2003 21:30:37 +0000 (+0000) Subject: Fix <>'s in HTML X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=589a4cc0f315672fc54fdfd85ef9d65e4a1b2606;p=oota-llvm.git Fix <>'s in HTML git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7488 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 7503015aa57..abc6eb6823e 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -877,7 +877,7 @@ where to fill in with the cl::location attribute:

 bool DebugFlag;      // the actual value
-static cl::opt       // The parser
+static cl::opt<bool, true>       // The parser
 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
       cl::location(DebugFlag));
 
@@ -1496,7 +1496,7 @@ line options