summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@iglu.org.il>2011-07-18 22:07:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-18 22:09:18 -0700
commitf0b90de1127cfd7f88a667aff4553d624d6e451d (patch)
treef1d08770b909c164ddcc9bcf5945cf47caadfe41 /av.h
parent1fcb0052e32fe8c260e83b2ece033e2ca2f30a92 (diff)
downloadperl-f0b90de1127cfd7f88a667aff4553d624d6e451d.tar.gz
perlapi.pod Enhancements
This is a patch to enhance perlapi.pod by providing Perl equivalents and clarifying documentation where appropriate.
Diffstat (limited to 'av.h')
-rw-r--r--av.h2
1 files changed, 2 insertions, 0 deletions
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<av_len()>. Deprecated, use C<av_len()> instead.
Creates a new AV. The reference count is set to 1.
+Perl equivalent: C<my @array;>.
+
=cut
*/