From ac950c896259b18f7198cb1afc8ac44ab5eb9072 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 8 Oct 2020 13:53:47 -0600 Subject: perlapi: Consolidate newRV and newRV_inc pod --- sv.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sv.h') 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 created by C>. #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 */ -- cgit v1.2.1