From: Sean Silva Date: Wed, 10 Oct 2012 17:21:39 +0000 (+0000) Subject: docs: Propagate fix from r165632 to other docs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=36a11b39d83bd019d58bf3b9ecc0fc2572aa4b87;p=oota-llvm.git 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 --- diff --git a/docs/ExtendingLLVM.rst b/docs/ExtendingLLVM.rst index e41cfd996e5..6df08eee985 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 &TypeStack) @@ -296,7 +296,7 @@ Adding a derived type modify - .. code:: c++ + .. code-block:: c++ void calcTypeName(const Type *Ty, std::vector &TypeStack,