summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsilvas <silvas@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-21 02:46:32 +0000
committersilvas <silvas@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-21 02:46:32 +0000
commitc8766c067876c276ef08b01a82e7257f6ed93bfc (patch)
tree8bd0d0cb423f5030e3db98d3d957592227de79ad /docs
parent8f871c4e2846a9b86e43bad845ce805ac51caf03 (diff)
docs: Fix Sphinx warning over Atomics.rst.
Atomics.rst was not linked into the toctree. Docs now build warning-free! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/programming.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/programming.rst b/docs/programming.rst
index 27e43014ee3..5d000cb3c2e 100644
--- a/docs/programming.rst
+++ b/docs/programming.rst
@@ -8,12 +8,17 @@ Programming Documentation
CodingStandards
CommandLine
+ Atomics
* `LLVM Language Reference Manual <LangRef.html>`_
Defines the LLVM intermediate representation and the assembly form of the
different nodes.
+* :ref:`atomics`
+
+ Information about LLVM's concurrency model.
+
* `The LLVM Programmers Manual <ProgrammersManual.html>`_
Introduction to the general layout of the LLVM sourcebase, important classes