summaryrefslogtreecommitdiff
path: root/docs/ExtendingLLVM.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-10-10 17:21:39 +0000
committerSean Silva <silvas@purdue.edu>2012-10-10 17:21:39 +0000
commit36a11b39d83bd019d58bf3b9ecc0fc2572aa4b87 (patch)
tree7c2e0e28d66f122a5c07ceffaadadb72b58d9d6c /docs/ExtendingLLVM.rst
parenta8759dde00080ede58284be3d16780382d49f972 (diff)
downloadllvm-36a11b39d83bd019d58bf3b9ecc0fc2572aa4b87.tar.gz
llvm-36a11b39d83bd019d58bf3b9ecc0fc2572aa4b87.tar.bz2
llvm-36a11b39d83bd019d58bf3b9ecc0fc2572aa4b87.tar.xz
docs: Propagate fix from r165632 to other docs.
There are only two other instances of using `.. code::` instead of `.. code-block::`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExtendingLLVM.rst')
-rw-r--r--docs/ExtendingLLVM.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ExtendingLLVM.rst b/docs/ExtendingLLVM.rst
index e41cfd996e..6df08eee98 100644
--- a/docs/ExtendingLLVM.rst
+++ b/docs/ExtendingLLVM.rst
@@ -270,7 +270,7 @@ Adding a derived type
add support for derived type to:
- .. code:: c++
+ .. code-block:: c++
std::string getTypeDescription(const Type &Ty,
std::vector<const Type*> &TypeStack)
@@ -296,7 +296,7 @@ Adding a derived type
modify
- .. code:: c++
+ .. code-block:: c++
void calcTypeName(const Type *Ty,
std::vector<const Type*> &TypeStack,