[llvm-commits] CVS: llvm/docs/CodingStandards.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Jun 3 18:44:08 PDT 2004
Changes in directory llvm/docs:
CodingStandards.html updated: 1.16 -> 1.17
---
Log message:
Fix broken internal link.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.16 llvm/docs/CodingStandards.html:1.17
--- llvm/docs/CodingStandards.html:1.16 Sun May 23 16:05:07 2004
+++ llvm/docs/CodingStandards.html Thu Jun 3 18:40:19 2004
@@ -211,7 +211,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>
@@ -605,7 +605,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/05/23 21:05:07 $
+ Last modified: $Date: 2004/06/03 23:40:19 $
</address>
</body>
More information about the llvm-commits
mailing list