Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Fix the rendering of recent changes to llvm-dwarfdump.rst #111693

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions llvm/docs/CommandGuide/llvm-dwarfdump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ OPTIONS
Set the level of detail and summary to display when verifying.
Implies :option:`--verify`. The supported values are:

`quiet` - Only display whether errors occurred.
`summary` - Display only a summary of the errors found.
`details` - Display each error in detail but no summary.
`full` - Display each error as well as a summary. [default]
- `quiet` - Only display whether errors occurred.
- `summary` - Display only a summary of the errors found.
- `details` - Display each error in detail but no summary.
- `full` - Display each error as well as a summary. [default]

.. option:: -f <name>, --find=<name>

Expand Down Expand Up @@ -217,7 +217,7 @@ For aggregated values, the following keys are used:
FORMAT OF VERIFY JSON OUTPUT
----------------------------

The format of the JSON output created by the :option:`--verify-json` is::
The format of the JSON output created by the option :option:`--verify-json` is::

{
"error-categories": {
Expand Down
Loading