diff options
author | David Mitchell <davem@iabyn.com> | 2014-12-17 15:54:18 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-12-17 15:54:18 +0000 |
commit | 7a6610caf3cdf1fa6548256a684d042f4b69a0ab (patch) | |
tree | ede8da215392048cdcdc471b46710b1b043305bd /av.c | |
parent | 2ec11c706e768baf2cef93905360762457cecb0d (diff) | |
download | perl-7a6610caf3cdf1fa6548256a684d042f4b69a0ab.tar.gz |
Remove duplicate apidoc entries
Modify apidoc.pl to warn about duplicate apidoc entries, and
remove duplicates for av_tindex and toLOWER_LC
Diffstat (limited to 'av.c')
-rw-r--r-- | av.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -748,10 +748,6 @@ The Perl equivalent for this is C<$#myarray>. (A slightly shorter form is C<av_tindex>.) -=for apidoc av_tindex - -Same as L</av_top_index>. - =for apidoc av_len Same as L</av_top_index>. Note that, unlike what the name implies, it returns |