Skip to content

Commit 1b0becf

Browse files
committed
[lldb] Add some formatting to variable.rst (NFC)
1 parent 5c3db5a commit 1b0becf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/docs/use/variable.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,13 +1226,13 @@ By default, several categories are created in LLDB:
12261226
- CoreServices: CS classes
12271227
- VectorTypes: compact display for several vector types
12281228

1229-
If you want to use a custom category for your formatters, all the type ... add
1230-
provide a --category (-w) option, that names the category to add the formatter
1229+
If you want to use a custom category for your formatters, all the ``type ... add``
1230+
provide a ``--category`` (``-w``) option, that names the category to add the formatter
12311231
to. To delete the formatter, you then have to specify the correct category.
12321232

12331233
Categories can be in one of two states: enabled and disabled. A category is
1234-
initially disabled, and can be enabled using the type category enable command.
1235-
To disable an enabled category, the command to use is type category disable.
1234+
initially disabled, and can be enabled using the ``type category enable`` command.
1235+
To disable an enabled category, the command to use is ``type category disable``.
12361236

12371237
The order in which categories are enabled or disabled is significant, in that
12381238
LLDB uses that order when looking for formatters. Therefore, when you enable a

0 commit comments

Comments
 (0)