From 589a4cc0f315672fc54fdfd85ef9d65e4a1b2606 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Aug 2003 21:30:37 +0000 Subject: [PATCH] Fix <>'s in HTML git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7488 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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