[llvm-commits] CVS: llvm/docs/index.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 19 16:16:01 PDT 2004
Changes in directory llvm/docs:
index.html updated: 1.30 -> 1.31
---
Log message:
The lexicon doc is more of a user guide than programming dox
---
Diffs of the changes: (+4 -4)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.30 llvm/docs/index.html:1.31
--- llvm/docs/index.html:1.30 Thu Sep 9 11:18:40 2004
+++ llvm/docs/index.html Sun Sep 19 18:15:47 2004
@@ -70,6 +70,9 @@
<li><a href="CFEBuildInstrs.html">How to build the C/C++ front-end</a> -
Instructions for building the front-end from source.</li>
+<li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms
+and concepts used in LLVM.</li>
+
<li><a name="irc">You can probably find help on the unofficial LLVM IRC
channel</a>. We often are on irc.oftc.net in the #llvm channel. If you are
using the mozilla browser, and have chatzilla installed, you can <a
@@ -110,9 +113,6 @@
<li><a href="CodingStandards.html">Coding Standards</a> - Guidelines for
hacking LLVM source.</li>
-<li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms
-and concepts used in LLVM.</li>
-
<li><a href="http://llvm.cs.uiuc.edu/doxygen/">Doxygen generated
documentation</a> (<a href="http://llvm.cs.uiuc.edu/doxygen/inherits.html">
classes</a>)</li>
@@ -205,6 +205,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/09/09 16:18:40 $
+ Last modified: $Date: 2004/09/19 23:15:47 $
</address>
More information about the llvm-commits
mailing list