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

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 26 09:07:57 PDT 2004



Changes in directory llvm/docs:

CodingStandards.html updated: 1.22 -> 1.23
---
Log message:

Use <tt> around header names


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

Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.22 llvm/docs/CodingStandards.html:1.23
--- llvm/docs/CodingStandards.html:1.22	Tue Oct 26 10:45:13 2004
+++ llvm/docs/CodingStandards.html	Tue Oct 26 11:07:46 2004
@@ -592,8 +592,9 @@
 good way to avoid documentation, and avoid giving bugs a place to hide.</p>
 
 <p>For these reasons, come to know and love the contents of your local
-<algorithm> header file.  Know about <functional> and what it can do
-for you.  C++ is just a tool that wants you to master it. :)</p>
+<tt><algorithm></tt> header file.  Know about <tt><functional></tt>
+and what it can do for you.  C++ is just a tool that wants you to master it.
+:)</p>
 
 </div>
 
@@ -638,7 +639,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/10/26 15:45:13 $
+  Last modified: $Date: 2004/10/26 16:07:46 $
 </address>
 
 </body>






More information about the llvm-commits mailing list