diff options
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 c4eec59417..3fea6ed427 100644 --- a/docs/programming.rst +++ b/docs/programming.rst @@ -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. |