diff options
author | Karl Williamson <khw@cpan.org> | 2016-06-30 13:13:17 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-06-30 18:46:22 -0600 |
commit | 7d7345cf4f14a683b78978462e37e75c5bccd5ed (patch) | |
tree | e82ecaae2bcc3b26c8c185915bbc800918bb7a1f /hv.c | |
parent | 06c85fbec03100d7bede76137c3bf1806375df18 (diff) | |
download | perl-7d7345cf4f14a683b78978462e37e75c5bccd5ed.tar.gz |
perlapi: Add entry for hv_bucket_ratio
autodoc doesn't find things like Per_hv_bucket_ratio().
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -962,7 +962,7 @@ Perl_hv_scalar(pTHX_ HV *hv) } /* -=for apidoc Perl_hv_bucket_ratio +=for apidoc hv_bucket_ratio If the hash is tied dispatches through to the SCALAR tied method, otherwise if the hash contains no keys returns 0, otherwise returns |