summaryrefslogtreecommitdiff
path: root/docs
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
commitdc844fa31af0dd8bb33629afa7772f474a08e2e5 (patch)
treed5662eb85e46bd2cf56b4fefb7a6c46823512de9 /docs
parente8e28dd7afce86290405b0139822865fd3c22233 (diff)
downloadllvm-dc844fa31af0dd8bb33629afa7772f474a08e2e5.tar.gz
llvm-dc844fa31af0dd8bb33629afa7772f474a08e2e5.tar.bz2
llvm-dc844fa31af0dd8bb33629afa7772f474a08e2e5.tar.xz
Fix minor bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandLine.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index bc357b13fe..fbd1053d9c 100644
--- a/docs/CommandLine.html
+++ b/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>