mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
perlapi: Fix av_push pod.
Commit 247d8ed1108268e9e56dfe822f911e9c4f53d5fb wrongly used 'apidoc' when it should have used 'apidoc_item'
This commit is contained in:
parent
4d18c95d3d
commit
c3579230a9
4
av.c
4
av.c
@ -767,8 +767,8 @@ Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val)
|
||||
}
|
||||
|
||||
/*
|
||||
=for apidoc av_push
|
||||
=for apidoc av_push_simple
|
||||
=for apidoc av_push
|
||||
=for apidoc_item av_push_simple
|
||||
|
||||
These each push an SV (transferring control of one reference count) onto the
|
||||
end of the array. The array will grow automatically to accommodate the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user