summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-01 21:30:37 +0000
committerChris Lattner <sabre@nondot.org>2003-08-01 21:30:37 +0000
commit589a4cc0f315672fc54fdfd85ef9d65e4a1b2606 (patch)
tree989925ca9bac144b34fef48424f8c3b42dc42a7b /docs
parent7a6ff2b98e0c7d4c54a4c04edb4357371f34d17f (diff)
downloadllvm-589a4cc0f315672fc54fdfd85ef9d65e4a1b2606.tar.gz
llvm-589a4cc0f315672fc54fdfd85ef9d65e4a1b2606.tar.bz2
llvm-589a4cc0f315672fc54fdfd85ef9d65e4a1b2606.tar.xz
Fix <>'s in HTML
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7488 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 7503015aa5..abc6eb6823 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -877,7 +877,7 @@ where to fill in with the <a href="#cl::location">cl::location</a> attribute:<p>
<pre>
bool DebugFlag; <i>// the actual value</i>
-static <a href="#cl::opt">cl::opt</a><bool, true> <i>// The parser</i>
+static <a href="#cl::opt">cl::opt</a>&lt;bool, true&gt; <i>// The parser</i>
Debug("<i>debug</i>", <a href="#cl::desc">cl::desc</a>("<i>Enable debug output</i>")</a>, <a href="#cl::Hidden">cl::Hidden</a>,
<a href="#cl::location">cl::location</a>(DebugFlag));
</pre>
@@ -1496,7 +1496,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: Mon Jul 14 12:12:15 CDT 2003
+Last modified: Fri Aug 1 16:30:11 CDT 2003
<!-- hhmts end -->
</font>
</body></html>