Sphinxify the CommandLine document.
llvm-svn: 161479
diff --git a/llvm/docs/programming.rst b/llvm/docs/programming.rst
index add923f..27e4301 100644
--- a/llvm/docs/programming.rst
+++ b/llvm/docs/programming.rst
@@ -7,6 +7,7 @@
:hidden:
CodingStandards
+ CommandLine
* `LLVM Language Reference Manual <LangRef.html>`_
@@ -18,7 +19,7 @@
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.