docs: Convert ProgrammersManual to reST.

Patch by Alexander Zinenko!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169208 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2012-12-04 03:20:08 +00:00
parent f985f44b13
commit b715b205a4
3 changed files with 3167 additions and 4157 deletions

File diff suppressed because it is too large Load Diff

3165
docs/ProgrammersManual.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@ Programming Documentation
CompilerWriterInfo
ExtendingLLVM
HowToSetUpLLVMStyleRTTI
ProgrammersManual
* `LLVM Language Reference Manual <LangRef.html>`_
@ -22,7 +23,7 @@ Programming Documentation
Information about LLVM's concurrency model.
* `The LLVM Programmers Manual <ProgrammersManual.html>`_
* :doc:`ProgrammersManual`
Introduction to the general layout of the LLVM sourcebase, important classes
and APIs, and some tips & tricks.