summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2021-07-28 12:16:30 +0100
committerKarl Williamson <khw@cpan.org>2021-07-29 08:53:12 -0700
commit6e7a7813c390d2121876b9f8af4f37102e8d51fa (patch)
treeb0d240a97b12945732d3abd98ef7d122200983a4 /av.h
parent7631dcc7c663825c8b734603e5533daf75631106 (diff)
downloadperl-6e7a7813c390d2121876b9f8af4f37102e8d51fa.tar.gz
av.h - document newAV_alloc_xz
Diffstat (limited to 'av.h')
-rw-r--r--av.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/av.h b/av.h
index 93bc227dec..47dfec071d 100644
--- a/av.h
+++ b/av.h
@@ -110,6 +110,7 @@ Perl equivalent: C<my @array;>.
/*
=for apidoc newAV_alloc_x
+=for apidoc newAV_alloc_xz
Similar to newAV(), but a SV* array is also allocated.