From af5e2e7798d27835d5221bd5b80aa77215901daf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 20 Jun 2012 11:55:22 +0000 Subject: [PATCH] Unindent list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158817 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/programming.rst | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/programming.rst b/docs/programming.rst index b198d97cd1d..a23402276dd 100644 --- a/docs/programming.rst +++ b/docs/programming.rst @@ -3,32 +3,32 @@ Programming Documentation ========================= - * `LLVM Language Reference Manual `_ +* `LLVM Language Reference Manual `_ - Defines the LLVM intermediate representation and the assembly form of the - different nodes. + Defines the LLVM intermediate representation and the assembly form of the + different nodes. - * `The LLVM Programmers Manual `_ +* `The LLVM Programmers Manual `_ - Introduction to the general layout of the LLVM sourcebase, important classes - and APIs, and some tips & tricks. + Introduction to the general layout of the LLVM sourcebase, important classes + and APIs, and some tips & tricks. - * `CommandLine library Reference Manual `_ +* `CommandLine library Reference Manual `_ - Provides information on using the command line parsing library. + Provides information on using the command line parsing library. - * `LLVM Coding standards `_ +* `LLVM Coding standards `_ - Details the LLVM coding standards and provides useful information on writing - efficient C++ code. + Details the LLVM coding standards and provides useful information on writing + efficient C++ code. - * `Extending LLVM `_ +* `Extending LLVM `_ - Look here to see how to add instructions and intrinsics to LLVM. + Look here to see how to add instructions and intrinsics to LLVM. - * `Doxygen generated documentation `_ +* `Doxygen generated documentation `_ - (`classes `_) - (`tarball `_) + (`classes `_) + (`tarball `_) - * `ViewVC Repository Browser `_ +* `ViewVC Repository Browser `_ -- 2.34.1