diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-01 21:30:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 21:30:37 +0000 |
commit | 76884682a83c80d4efd4864db6d84c04c07d8462 (patch) | |
tree | 26da60dc1891cdcc13ae863a2580ade9c1df08a4 /llvm/docs/CommandLine.html | |
parent | 802b0e2a6eb66891cd0c951b9f0fb2f5be7f4b03 (diff) | |
download | bcm5719-llvm-76884682a83c80d4efd4864db6d84c04c07d8462.tar.gz bcm5719-llvm-76884682a83c80d4efd4864db6d84c04c07d8462.zip |
Fix <>'s in HTML
llvm-svn: 7488
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r-- | llvm/docs/CommandLine.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index 7503015aa57..abc6eb6823e 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/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><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 @@ 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> |