From 3378cca582b82bfdac2fdb2e104093f6abc46d3a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 27 Dec 2018 00:50:32 -0500 Subject: ob_parse_changelog(), ob_parse_dep(): Write some documentation --- (limited to 'lib/changelog.sh') diff --git a/lib/changelog.sh b/lib/changelog.sh index aea567c..9dd86fa 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -63,6 +63,16 @@ _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. +## @return Returns 0. ob_parse_changelog() { local file= -- cgit v0.9.1