hanchenye-llvm-project/lld/docs
Rui Ueyama 9aee050a0c Remove group-parent references.
Previously section groups are doubly linked to their children.
That is, an atom representing a group has group-child references
to its group contents, and content atoms also have group-parent
references to the group atom. That relationship was invariant;
if X has a group-child edge to Y, Y must have a group-parent
edge to X.

However we were not using group-parent references at all. The
resolver only needs group-child edges.

This patch simplifies the section group by removing the unused
reverse edge. No functionality change intended.

Differential Revision: http://reviews.llvm.org/D3945

llvm-svn: 210066
2014-06-03 03:07:49 +00:00
..
_static
_templates
llvm-theme Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
C++11.rst Fix a typo spotted by Anton. 2014-03-02 13:00:23 +00:00
CMakeLists.txt Add support for building Sphinx documentation when being built inside LLVM source tree and using CMake. 2014-04-18 21:59:05 +00:00
Driver.rst Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
Makefile
README.txt
Readers.rst Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
conf.py Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
design.rst Remove group-parent references. 2014-06-03 03:07:49 +00:00
development.rst [lld] Fix typo in document. 2013-05-11 00:26:26 +00:00
getting_started.rst Fix broken link. 2014-03-05 20:39:57 +00:00
hello.png
index.rst [docs] Update current status. 2014-03-07 01:42:19 +00:00
make.bat
open_projects.rst [docs] Add list of missing GNU ld command line options. 2014-03-10 21:25:43 +00:00
sphinx_intro.rst
windows_support.rst [docs][Windows] Document how to build using Ninja. 2014-03-13 05:48:46 +00:00

README.txt

lld Documentation
=================

The lld documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

We currently use the 'nature' theme and a Beaker inspired structure.

To rebuild documents into html:

   [/lld/docs]> make html