summaryrefslogtreecommitdiffstats
path: root/llvm/docs/programming.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/programming.rst')
-rw-r--r--llvm/docs/programming.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/programming.rst b/llvm/docs/programming.rst
index a23402276dd..add923f8995 100644
--- a/llvm/docs/programming.rst
+++ b/llvm/docs/programming.rst
@@ -3,6 +3,11 @@
Programming Documentation
=========================
+.. toctree::
+ :hidden:
+
+ CodingStandards
+
* `LLVM Language Reference Manual <LangRef.html>`_
Defines the LLVM intermediate representation and the assembly form of the
@@ -17,7 +22,7 @@ Programming Documentation
Provides information on using the command line parsing library.
-* `LLVM Coding standards <CodingStandards.html>`_
+* :ref:`coding_standards`
Details the LLVM coding standards and provides useful information on writing
efficient C++ code.
OpenPOWER on IntegriCloud