This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
autodoc.pl: Allow heading level documentation
authorKarl Williamson <public@khwilliamson.com>
Sun, 19 Sep 2010 16:20:58 +0000 (10:20 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 22 Sep 2010 21:50:02 +0000 (14:50 -0700)
commit151c3fe5f7dc89494468b7e5b9b616c7836b255b
treef74168f96ba4858aea9ead9d504d24439ebbd093
parent20c002109cce68de85ddf6451b809a24ae6d650a
autodoc.pl: Allow heading level documentation

This patch changes autodoc.pl to accept text that is to come immediately
after headings, so that it applies to across the whole section, and not
just to an individual function within that section.
autodoc.pl