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

Tanya Brethour tbrethou at cs.uiuc.edu
Mon Jun 21 22:30:02 PDT 2004


Changes in directory llvm-www/releases/1.2/docs:

CodingStandards.html updated: 1.2 -> 1.3

---
Log message:

Fixing broken link to hl_dontinclude


---
Diffs of the changes:  (+2 -2)

Index: llvm-www/releases/1.2/docs/CodingStandards.html
diff -u llvm-www/releases/1.2/docs/CodingStandards.html:1.2 llvm-www/releases/1.2/docs/CodingStandards.html:1.3
--- llvm-www/releases/1.2/docs/CodingStandards.html:1.2	Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/CodingStandards.html	Mon Jun 21 22:22:28 2004
@@ -204,7 +204,7 @@
 
 <p>Immediately after the <a href="#scf_commenting">header file comment</a> (and
 include guards if working on a header file), the <a
-href="hl_dontinclude">minimal</a> list of #includes required by the file should
+href="#hl_dontinclude">minimal</a> list of #includes required by the file should
 be listed.  We prefer these #includes to be listed in this order:</p>
 
 <ol>
@@ -952,7 +952,7 @@
   <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/03/19 22:04:17 $
+  Last modified: $Date: 2004/06/22 03:22:28 $
 </div>
 
 </body>





More information about the llvm-commits mailing list