summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-31 11:07:38 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:11 -0600
commitbb7379d723a22c30ab4905d29480bcc0ebd55fdc (patch)
tree0ccafe9c84edeb9e338e59862ef48e2f4dbdfd91 /av.h
parente34263aad987096c4e9adf590f1aa1c3dd88fdb4 (diff)
downloadperl-bb7379d723a22c30ab4905d29480bcc0ebd55fdc.tar.gz
Note that AvFILLp is not for public use
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 72267d6202..5e39c42ea1 100644
--- a/av.h
+++ b/av.h
@@ -52,6 +52,8 @@ Same as C<av_top_index()> or C<av_tindex()>.
=for apidoc av_tindex
Same as C<av_top_index()>.
+=for apidoc m|int|AvFILLp|AV* av
+
=cut
*/