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

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 08:06:51 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-binary-utilities

Author: bd1976bris (bd1976bris)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/111693.diff


1 Files Affected:

- (modified) llvm/docs/CommandGuide/llvm-dwarfdump.rst (+5-5) 


``````````diff
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
index 426a6d596a1b89..2ec1034591304a 100644
--- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst
+++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
@@ -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>
 
@@ -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": { 

``````````

</details>


https://github.com/llvm/llvm-project/pull/111693


More information about the llvm-commits mailing list