From 529ecebe4ca7c97c527ba3c8eac68b40256211bb Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 10 Oct 2012 17:21:39 +0000 Subject: [PATCH] docs: Propagate fix from r165632 to other docs. There are only two other instances of using `.. code::` instead of `.. code-block::`. llvm-svn: 165633 --- llvm/docs/ExtendingLLVM.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ExtendingLLVM.rst b/llvm/docs/ExtendingLLVM.rst index e41cfd9..6df08ee 100644 --- a/llvm/docs/ExtendingLLVM.rst +++ b/llvm/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, -- 2.7.4