diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-19 23:15:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-19 23:15:47 +0000 |
commit | d404d7fb25cb0885b87e96c1476ca6c57f978297 (patch) | |
tree | 2ebaa5ec22b45d107c1ca03c1e6d24d89e30f69a /docs/index.html | |
parent | 12de17db02dca026fea1e2aee57ebdca97784292 (diff) | |
download | external_llvm-d404d7fb25cb0885b87e96c1476ca6c57f978297.zip external_llvm-d404d7fb25cb0885b87e96c1476ca6c57f978297.tar.gz external_llvm-d404d7fb25cb0885b87e96c1476ca6c57f978297.tar.bz2 |
The lexicon doc is more of a user guide than programming dox
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 5479369..1b66941 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,6 +70,9 @@ manual for using the LLVM test suite.</li> <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 @@ to add instructions and intrinsics to LLVM.</li> <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> |