Skip to content

Commit f912b46

Browse files
committed
fixup! adjust codeblock in docs
1 parent 60b7523 commit f912b46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/docs/CommandGuide/llvm-dwarfdump.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ OPTIONS
138138

139139
Only dump children whose DWARF tag is one of the specified tags.
140140
Example usage:
141-
`llvm-dwarfdump -t DW_TAG_structure_type -t DW_TAG_member -c`
141+
142+
.. code-block:: c
143+
144+
llvm-dwarfdump -t DW_TAG_structure_type -t DW_TAG_member -c
142145
143146
.. option:: -x, --regex
144147

0 commit comments

Comments
 (0)