[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

Misha Brukman brukman at cs.uiuc.edu
Thu Dec 9 12:27:47 PST 2004



Changes in directory llvm/docs:

SourceLevelDebugging.html updated: 1.10 -> 1.11
---
Log message:

* Straighten a comment to a single line
* Block off the section correctly with <!-- ***** -->


---
Diffs of the changes:  (+4 -3)

Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.10 llvm/docs/SourceLevelDebugging.html:1.11
--- llvm/docs/SourceLevelDebugging.html:1.10	Fri Dec  3 18:33:34 2004
+++ llvm/docs/SourceLevelDebugging.html	Thu Dec  9 14:27:37 2004
@@ -72,8 +72,8 @@
 
 
 <!-- *********************************************************************** -->
-<div class="doc_section"><a name="introduction">Introduction</a></div> <!--
-*********************************************************************** -->
+<div class="doc_section"><a name="introduction">Introduction</a></div> 
+<!-- *********************************************************************** -->
 
 <div class="doc_text">
 
@@ -1028,6 +1028,7 @@
 <div class="doc_section">
   <a name="ccxx_frontend">C/C++ front-end specific debug information</a>
 </div>
+<!-- *********************************************************************** -->
 
 <div class="doc_text">
 
@@ -1109,7 +1110,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/04 00:33:34 $
+  Last modified: $Date: 2004/12/09 20:27:37 $
 </address>
 
 </body>






More information about the llvm-commits mailing list