[llvm] 3453444 - [Docs][LangRef] Fix broken ref to pointer capture. NFC (#126910)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 07:15:02 PST 2025


Author: Yingwei Zheng
Date: 2025-02-12T23:14:58+08:00
New Revision: 34534442a822738861ead3677ab11cf20ae34dce

URL: https://github.com/llvm/llvm-project/commit/34534442a822738861ead3677ab11cf20ae34dce
DIFF: https://github.com/llvm/llvm-project/commit/34534442a822738861ead3677ab11cf20ae34dce.diff

LOG: [Docs][LangRef] Fix broken ref to pointer capture. NFC (#126910)

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index ab79f5a18aa10..d615514e5a72b 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1415,7 +1415,7 @@ Currently, only the following parameter attributes are defined:
     captured in certain locations. Currently only the return value (``ret``)
     and other (default) locations are supported.
 
-    The `pointer capture section <pointercapture>` discusses these semantics
+    The :ref:`pointer capture section <pointercapture>` discusses these semantics
     in more detail.
 
     Some examples of how to use the attribute:


        


More information about the llvm-commits mailing list