Sphinxify the CommandLine document.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2012-08-08 08:21:24 +00:00
parent 45e9343e89
commit 0bd3deeb29
3 changed files with 1617 additions and 1977 deletions

File diff suppressed because it is too large Load Diff

1615
docs/CommandLine.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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.