summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-08 13:53:47 -0600
committerKarl Williamson <khw@cpan.org>2020-12-30 07:08:52 -0700
commitac950c896259b18f7198cb1afc8ac44ab5eb9072 (patch)
tree15d2bca6394c72e7d8f7c09f3f9f3848d69373ae /sv.h
parentb30a5dee76d42a0c8e99b595031828d9df32ca4b (diff)
downloadperl-ac950c896259b18f7198cb1afc8ac44ab5eb9072.tar.gz
perlapi: Consolidate newRV and newRV_inc pod
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sv.h b/sv.h
index 9d11270af5..1a5aa31df9 100644
--- a/sv.h
+++ b/sv.h
@@ -2170,10 +2170,11 @@ Returns the hash for C<sv> created by C<L</newSVpvn_share>>.
#endif
/*
-=for apidoc Am|SV*|newRV_inc|SV* sv
+=for apidoc newRV
+=for apidoc_item ||newRV_inc|
-Creates an RV wrapper for an SV. The reference count for the original SV is
-incremented.
+These are identical. They create an RV wrapper for an SV. The reference count
+for the original SV is incremented.
=cut
*/