summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandLine.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-03 04:40:06 +0000
committerChris Lattner <sabre@nondot.org>2003-06-03 04:40:06 +0000
commit3b8f3da50a041b4a3b3f316bbea589a7bea10da5 (patch)
treea4a8953d330b5c618f6ae94d0066f8e7f1a88e2b /llvm/docs/CommandLine.html
parent2712333e5f119521304f2e80b7bf35a169c364ae (diff)
downloadbcm5719-llvm-3b8f3da50a041b4a3b3f316bbea589a7bea10da5.tar.gz
bcm5719-llvm-3b8f3da50a041b4a3b3f316bbea589a7bea10da5.zip
Fix minor bug
llvm-svn: 6569
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r--llvm/docs/CommandLine.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html
index bc357b13fed..fbd1053d9cd 100644
--- a/llvm/docs/CommandLine.html
+++ b/llvm/docs/CommandLine.html
@@ -541,7 +541,7 @@ enum DebugLev {
};
// Enable Debug Options to be specified on the command line
-<a href="#cl::opt">cl::opt</a><DebugLev> DebugLevel("<i>debug_level</i>", <a href="#cl::desc">cl::desc</a>("<i>Set the debugging level:</i>"),
+<a href="#cl::opt">cl::opt</a>&lt;DebugLev&gt; DebugLevel("<i>debug_level</i>", <a href="#cl::desc">cl::desc</a>("<i>Set the debugging level:</i>"),
<a href="#cl::values">cl::values</a>(
clEnumValN(nodebuginfo, "none", "<i>disable debug information</i>"),
clEnumVal(quick, "<i>enable quick debug information</i>"),
@@ -1495,7 +1495,7 @@ line options </b></font></td></tr></table><ul>
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
<!-- hhmts start -->
-Last modified: Thu May 22 15:35:19 CDT 2003
+Last modified: Mon Jun 2 23:39:44 CDT 2003
<!-- hhmts end -->
</font>
</body></html>
OpenPOWER on IntegriCloud