[llvm-commits] [llvm] r165633 - /llvm/trunk/docs/ExtendingLLVM.rst
Sean Silva
silvas at purdue.edu
Wed Oct 10 10:21:40 PDT 2012
Author: silvas
Date: Wed Oct 10 12:21:39 2012
New Revision: 165633
URL: http://llvm.org/viewvc/llvm-project?rev=165633&view=rev
Log:
docs: Propagate fix from r165632 to other docs.
There are only two other instances of using `.. code::` instead of
`.. code-block::`.
Modified:
llvm/trunk/docs/ExtendingLLVM.rst
Modified: llvm/trunk/docs/ExtendingLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExtendingLLVM.rst?rev=165633&r1=165632&r2=165633&view=diff
==============================================================================
--- llvm/trunk/docs/ExtendingLLVM.rst (original)
+++ llvm/trunk/docs/ExtendingLLVM.rst Wed Oct 10 12:21:39 2012
@@ -270,7 +270,7 @@
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 @@
modify
- .. code:: c++
+ .. code-block:: c++
void calcTypeName(const Type *Ty,
std::vector<const Type*> &TypeStack,
More information about the llvm-commits
mailing list