From f0b90de1127cfd7f88a667aff4553d624d6e451d Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 18 Jul 2011 22:07:28 -0700 Subject: perlapi.pod Enhancements This is a patch to enhance perlapi.pod by providing Perl equivalents and clarifying documentation where appropriate. --- av.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'av.h') diff --git a/av.h b/av.h index 5231c4d4ce..8b0e6563cb 100644 --- a/av.h +++ b/av.h @@ -83,6 +83,8 @@ Same as C. Deprecated, use C instead. Creates a new AV. The reference count is set to 1. +Perl equivalent: C. + =cut */ -- cgit v1.2.1