summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-05 14:22:50 -0600
committerKarl Williamson <khw@cpan.org>2014-06-05 15:22:30 -0600
commit7fefc6c1fed0a352d7bf8df209df5274d6cd8fb0 (patch)
tree11ad6b9cf1fa968e8c18f69d040490bd55c8b747 /hv.c
parent9d9a81f09abfecc51243ec21a51eea7fb0e6b9bc (diff)
downloadperl-7fefc6c1fed0a352d7bf8df209df5274d6cd8fb0.tar.gz
perlapi: Include general information
Unlike other pod handling routines, autodoc requires the line following an =head1 to be non-empty for its text to be included in the paragraph started by the heading. If you fail to do this, silently the text will be omitted from perlapi. I went through the source code, and where it was apparent that the text was supposed to be in perlapi, deleted the empty line so it would be, with some revisions to make more sense. I added =cuts where I thought it best for the text to not be included.
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 4577363912..d51f95bf42 100644
--- a/hv.c
+++ b/hv.c
@@ -18,7 +18,6 @@
/*
=head1 Hash Manipulation Functions
-
A HV structure represents a Perl hash. It consists mainly of an array
of pointers, each of which points to a linked list of HE structures. The
array is indexed by the hash function of the key, so each linked list