[llvm-commits] CVS: llvm/www/docs/CommandLine.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 1 16:31:01 PDT 2003
Changes in directory llvm/www/docs:
CommandLine.html updated: 1.11 -> 1.12
---
Log message:
Fix <>'s in HTML
---
Diffs of the changes:
Index: llvm/www/docs/CommandLine.html
diff -u llvm/www/docs/CommandLine.html:1.11 llvm/www/docs/CommandLine.html:1.12
--- llvm/www/docs/CommandLine.html:1.11 Mon Jul 14 12:20:40 2003
+++ llvm/www/docs/CommandLine.html Fri Aug 1 16:30:37 2003
@@ -877,7 +877,7 @@
<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><bool, true> <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 @@
<address><a href="mailto:sabre at 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>
More information about the llvm-commits
mailing list