[Lldb-commits] [PATCH] D151668: Wrong link target in the documentation #62990

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 8 07:38:36 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9ce82a10a322: Wrong link target in the documentation #62990 (authored by eddiep24, committed by DavidSpickett).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151668/new/

https://reviews.llvm.org/D151668

Files:
  lldb/docs/use/variable.rst


Index: lldb/docs/use/variable.rst
===================================================================
--- lldb/docs/use/variable.rst
+++ lldb/docs/use/variable.rst
@@ -129,8 +129,8 @@
 
 at the LLDB command line.
 
-The ``--format`` (which you can shorten to -f) option accepts a :doc:`format
-name<formatting>`. Then, you provide one or more types to which you want the
+The ``--format`` (which you can shorten to -f) option accepts a `format
+name`_. Then, you provide one or more types to which you want the
 new format applied.
 
 A frequent scenario is that your program has a typedef for a numeric type that
@@ -246,6 +246,8 @@
 Finally, this is a list of formatting options available out of which you can
 pick:
 
+.. _`format name`:
+
 +-----------------------------------------------+------------------+--------------------------------------------------------------------------+
 | **Format name**                               | **Abbreviation** | **Description**                                                          |
 +-----------------------------------------------+------------------+--------------------------------------------------------------------------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151668.556255.patch
Type: text/x-patch
Size: 1178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230908/5d228fb0/attachment-0001.bin>


More information about the lldb-commits mailing list