[llvm-commits] [llvm] r45214 - /llvm/trunk/docs/CommandLine.html

Chris Lattner sabre at nondot.org
Wed Dec 19 11:48:50 PST 2007


Author: lattner
Date: Wed Dec 19 13:48:49 2007
New Revision: 45214

URL: http://llvm.org/viewvc/llvm-project?rev=45214&view=rev
Log:
fix formatting

Modified:
    llvm/trunk/docs/CommandLine.html

Modified: llvm/trunk/docs/CommandLine.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandLine.html?rev=45214&r1=45213&r2=45214&view=diff

==============================================================================
--- llvm/trunk/docs/CommandLine.html (original)
+++ llvm/trunk/docs/CommandLine.html Wed Dec 19 13:48:49 2007
@@ -60,7 +60,7 @@
             <tt>cl::ParseCommandLineOptions</tt> function</a></li>
         <li><a href="#cl::ParseEnvironmentOptions">The 
             <tt>cl::ParseEnvironmentOptions</tt> function</a></li>
-        <li><a href="#cl::SetVersionPrinter">The cl::SetVersionPrinter
+        <li><a href="#cl::SetVersionPrinter">The <tt>cl::SetVersionPrinter</tt>
           function</a></li>
         <li><a href="#cl::opt">The <tt>cl::opt</tt> class</a></li>
         <li><a href="#cl::list">The <tt>cl::list</tt> class</a></li>





More information about the llvm-commits mailing list