From 30288277d98c61f9f6c305ee92c315b591960ea0 Mon Sep 17 00:00:00 2001
From: Daniel Dunbar
Date: Wed, 2 Nov 2011 15:56:58 +0000
Subject: [PATCH] docs: Separate development process type of documentation from
programming documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143543 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/index.html | 38 ++++++++++++++++++++++----------------
1 file changed, 22 insertions(+), 16 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 1de7c7b6823..4cb27106711 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -19,8 +19,9 @@ your documentation.
LLVM Design
LLVM Publications
LLVM User Guides
- General LLVM Programming Documentation
+ LLVM Programming Documentation
LLVM Subsystem Documentation
+ LLVM Programming Documentation
LLVM Mailing Lists
@@ -137,7 +138,7 @@ LLVM buildbot master.
-
+
@@ -148,15 +149,6 @@ intermediate representation and the assembly form of the different nodes.
Introduction to the general layout of the LLVM sourcebase, important classes
and APIs, and some tips & tricks.
-- LLVM Project Guide - How-to guide and
-templates for new projects that use the LLVM infrastructure. The
-templates (directory organization, Makefiles, and test tree) allow the project
-code to be located outside (or inside) the llvm/ tree, while using LLVM
-header files and libraries.
-
-- LLVM Makefile Guide - Describes how the
-LLVM makefiles work and how to use them.
-
- CommandLine library Reference Manual -
Provides information on using the command line parsing library.
@@ -167,10 +159,6 @@ efficient C++ code.
- Extending LLVM - Look here to see how
to add instructions and intrinsics to LLVM.
-- How To Release LLVM To The Public - This
-is a guide to preparing LLVM releases. Most developers can ignore it.
-
-
- Doxygen generated
documentation (classes)
@@ -244,6 +232,25 @@ information about Branch Prediction Information.
+
+
+
+
+
+
+- LLVM Project Guide - How-to guide and
+templates for new projects that use the LLVM infrastructure. The
+templates (directory organization, Makefiles, and test tree) allow the project
+code to be located outside (or inside) the llvm/ tree, while using LLVM
+header files and libraries.
+
+- LLVM Makefile Guide - Describes how the
+LLVM makefiles work and how to use them.
+
+- How To Release LLVM To The Public - This
+is a guide to preparing LLVM releases. Most developers can ignore it.
+
+
@@ -290,4 +297,3 @@ times each day, making it a high volume list.
Last modified: $Date$
|