Skip to content

Commit 529eceb

Browse files
committed
docs: Propagate fix from r165632 to other docs.
There are only two other instances of using `.. code::` instead of `.. code-block::`. llvm-svn: 165633
1 parent 9ce5c06 commit 529eceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/ExtendingLLVM.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Adding a derived type
270270

271271
add support for derived type to:
272272

273-
.. code:: c++
273+
.. code-block:: c++
274274

275275
std::string getTypeDescription(const Type &Ty,
276276
std::vector<const Type*> &TypeStack)
@@ -296,7 +296,7 @@ Adding a derived type
296296

297297
modify
298298

299-
.. code:: c++
299+
.. code-block:: c++
300300

301301
void calcTypeName(const Type *Ty,
302302
std::vector<const Type*> &TypeStack,

0 commit comments

Comments
 (0)