diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 15:45:10 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 15:45:10 (EST) |
commit | b4b1f44569ab1ba5c2d8455bd7c5cd19f1879506 (patch) | |
tree | fa1e5b1f36f44c09e4cff50446b901e13488c72b /lib | |
parent | ca1b8936f0bd180a4a0c325920cd7672c2341afd (diff) |
ob_parse_changelog(): Remove a POD experiment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/changelog.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh index 9dd86fa..35f7c69 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -63,12 +63,6 @@ _ob_get_changelog_expect_str() return 0 } -:<<=cut -=head1 NAME -=head1 SYNOPSIS -=head1 DESCRIPTION -=head1 RETURN VALUE -=cut ## @brief Parse a changelog file ## @operand file req The file to parse, or "-" for standard input. ## @operand entry_cb req Callback to run for each entry. |