diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-08-08 08:21:24 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-08-08 08:21:24 +0000 |
commit | 0bd3deeb292bbc6b58e091f6f1aade13976c4a8c (patch) | |
tree | 84abb93ebc8498f19bfd37ca8561b0f57a9ce1a8 /docs/programming.rst | |
parent | 45e9343e890327b42ab15df19e224cf64d67ccbb (diff) |
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.rst | 3 |
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. |