summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-11-18 18:40:21 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-11-18 18:40:21 +0000
commitfee64eeb2839909a87c5e342571b7657f96ac808 (patch)
tree8cc0f053a40f626eedff978bb44a391556129444 /docs/subsystems.rst
parent92d499e2c51396150749ada75d392f3bb4010917 (diff)
downloadllvm-fee64eeb2839909a87c5e342571b7657f96ac808.tar.gz
llvm-fee64eeb2839909a87c5e342571b7657f96ac808.tar.bz2
llvm-fee64eeb2839909a87c5e342571b7657f96ac808.tar.xz
Documentation: convert SystemLibrary documentation to reST
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 1c4fd232de..7bd9617e27 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -19,6 +19,7 @@ Subsystem Documentation
GoldPlugin
MarkedUpDisassembly
HowToUseInstrMappings
+ SystemLibrary
.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
under LangRef's toctree instead of this page's toctree.
@@ -71,9 +72,9 @@ Subsystem Documentation
This describes the file format and encoding used for LLVM "bc" files.
-* `System Library <SystemLibrary.html>`_
+* :doc:`System Library <SystemLibrary>`
- This document describes the LLVM System Library (<tt>lib/System</tt>) and
+ This document describes the LLVM System Library (``lib/System``) and
how to keep LLVM source code portable
* :ref:`lto`