Skip to content

Commit 3453444

Browse files
authored
[Docs][LangRef] Fix broken ref to pointer capture. NFC (#126910)
1 parent be25d61 commit 3453444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ Currently, only the following parameter attributes are defined:
14151415
captured in certain locations. Currently only the return value (``ret``)
14161416
and other (default) locations are supported.
14171417

1418-
The `pointer capture section <pointercapture>` discusses these semantics
1418+
The :ref:`pointer capture section <pointercapture>` discusses these semantics
14191419
in more detail.
14201420

14211421
Some examples of how to use the attribute:

0 commit comments

Comments
 (0)