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
This commit is contained in:
Sean Silva 2012-10-10 17:21:39 +00:00
parent a8759dde00
commit 36a11b39d8

View File

@ -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,