summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-09-20 16:52:06 +0000
committerNicholas Clark <nick@ccl4.org>2007-09-20 16:52:06 +0000
commite4cac7df8fef5d9f19bc94d1fcd29ad6afdfe734 (patch)
treef171ba50ec060074913e21aac6f8e3424d2ff7a9 /hv.c
parenta038e571a304dfaab880bf2795d3d9b945b09505 (diff)
downloadperl-e4cac7df8fef5d9f19bc94d1fcd29ad6afdfe734.tar.gz
Remove now-unnecessary =cuts where POD is now adjacent to POD.
p4raw-id: //depot/perl@31932
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/hv.c b/hv.c
index 9597db6d58..c1e317fcb4 100644
--- a/hv.c
+++ b/hv.c
@@ -236,10 +236,6 @@ hv_store_ent.
See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more
information on how to use this function on tied hashes.
-=cut
-*/
-
-/*
=for apidoc hv_store_ent
Stores C<val> in a hash. The hash key is specified as C<key>. The C<hash>
@@ -265,19 +261,11 @@ hv_store in preference to hv_store_ent.
See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more
information on how to use this function on tied hashes.
-=cut
-*/
-
-/*
=for apidoc hv_exists
Returns a boolean indicating whether the specified hash key exists. The
C<klen> is the length of the key.
-=cut
-*/
-
-/*
=for apidoc hv_fetch
Returns the SV which corresponds to the specified key in the hash. The
@@ -288,10 +276,6 @@ dereferencing it to an C<SV*>.
See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more
information on how to use this function on tied hashes.
-=cut
-*/
-
-/*
=for apidoc hv_exists_ent
Returns a boolean indicating whether the specified hash key exists. C<hash>
@@ -886,10 +870,6 @@ hash and returned to the caller. The C<klen> is the length of the key.
The C<flags> value will normally be zero; if set to G_DISCARD then NULL
will be returned.
-=cut
-*/
-
-/*
=for apidoc hv_delete_ent
Deletes a key/value pair in the hash. The value SV is removed from the