summaryrefslogtreecommitdiff
path: root/docs/programming.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-08-08 08:21:24 +0000
committerBill Wendling <isanbard@gmail.com>2012-08-08 08:21:24 +0000
commit0bd3deeb292bbc6b58e091f6f1aade13976c4a8c (patch)
tree84abb93ebc8498f19bfd37ca8561b0f57a9ce1a8 /docs/programming.rst
parent45e9343e890327b42ab15df19e224cf64d67ccbb (diff)
downloadllvm-0bd3deeb292bbc6b58e091f6f1aade13976c4a8c.tar.gz
llvm-0bd3deeb292bbc6b58e091f6f1aade13976c4a8c.tar.bz2
llvm-0bd3deeb292bbc6b58e091f6f1aade13976c4a8c.tar.xz
Sphinxify the CommandLine document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/programming.rst')
-rw-r--r--docs/programming.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/programming.rst b/docs/programming.rst
index add923f899..27e43014ee 100644
--- a/docs/programming.rst
+++ b/docs/programming.rst
@@ -7,6 +7,7 @@ Programming Documentation
:hidden:
CodingStandards
+ CommandLine
* `LLVM Language Reference Manual <LangRef.html>`_
@@ -18,7 +19,7 @@ Programming Documentation
Introduction to the general layout of the LLVM sourcebase, important classes
and APIs, and some tips & tricks.
-* `CommandLine library Reference Manual <CommandLine.html>`_
+* :ref:`commandline`
Provides information on using the command line parsing library.