From fbe13c605d92f73c90ff4702b76a97c5e12927a7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 23 Apr 2015 18:33:15 -0600 Subject: perlapi, perlintern: Add L<> links to pod --- XSUB.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'XSUB.h') diff --git a/XSUB.h b/XSUB.h index 49c15f744e..5aa6169403 100644 --- a/XSUB.h +++ b/XSUB.h @@ -18,7 +18,8 @@ =for apidoc Amn|char*|CLASS Variable which is setup by C to indicate the -class name for a C++ XS constructor. This is always a C. See C. +class name for a C++ XS constructor. This is always a C. See +C>. =for apidoc Amn|(whatever)|RETVAL Variable which is setup by C to hold the return value for an @@ -27,7 +28,7 @@ L. =for apidoc Amn|(whatever)|THIS Variable which is setup by C to designate the object in a C++ -XSUB. This is always the proper type for the C++ object. See C and +XSUB. This is always the proper type for the C++ object. See C> and L. =for apidoc Amn|I32|ax @@ -281,7 +282,8 @@ the subs. =for apidoc AmU||XS_VERSION The version identifier for an XS module. This is usually -handled automatically by C. See C. +handled automatically by C. See +C>. =for apidoc Ams||XS_VERSION_BOOTCHECK Macro to verify that a PM module's $VERSION variable matches the XS -- cgit v1.2.1