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** | +-----------------------------------------------+------------------+--------------------------------------------------------------------------+
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** | +-----------------------------------------------+------------------+--------------------------------------------------------------------------+
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits