summaryrefslogtreecommitdiff
path: root/sv_inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-18 12:49:51 -0600
committerKarl Williamson <khw@cpan.org>2022-06-18 14:27:40 -0600
commit1607e3939bf36f62a2b72099afe17b4ce49ec419 (patch)
treea77ab380f1c3e21790b8e4942066ea04a5c1d2f1 /sv_inline.h
parent6d21409fd4b749511b9ec73e2dbaaff513f6eae8 (diff)
downloadperl-1607e3939bf36f62a2b72099afe17b4ce49ec419.tar.gz
Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
This was meant to be a part of the previous commit, but somehow got omitted.
Diffstat (limited to 'sv_inline.h')
-rw-r--r--sv_inline.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sv_inline.h b/sv_inline.h
index 2c2eff27df..116823c435 100644
--- a/sv_inline.h
+++ b/sv_inline.h
@@ -735,9 +735,9 @@ Perl_SvPADSTALE_off(SV *sv)
/*
=for apidoc_section $SV
-=for apidoc SvIV
-=for apidoc_item SvIVx
+=for apidoc SvIV
=for apidoc_item SvIV_nomg
+=for apidoc_item SvIVx
These each coerce the given SV to IV and return it. The returned value in many
circumstances will get stored in C<sv>'s IV slot, but not in all cases. (Use
@@ -750,9 +750,9 @@ guaranteed to evaluate C<sv> only once.
C<SvIV_nomg> is the same as C<SvIV>, but does not perform 'get' magic.
-=for apidoc SvNV
-=for apidoc_item SvNVx
+=for apidoc SvNV
=for apidoc_item SvNV_nomg
+=for apidoc_item SvNVx
These each coerce the given SV to NV and return it. The returned value in many
circumstances will get stored in C<sv>'s NV slot, but not in all cases. (Use
@@ -765,9 +765,9 @@ guaranteed to evaluate C<sv> only once.
C<SvNV_nomg> is the same as C<SvNV>, but does not perform 'get' magic.
-=for apidoc SvUV
-=for apidoc_item SvUVx
+=for apidoc SvUV
=for apidoc_item SvUV_nomg
+=for apidoc_item SvUVx
These each coerce the given SV to UV and return it. The returned value in many
circumstances will get stored in C<sv>'s UV slot, but not in all cases. (Use