diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 21:20:12 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 21:20:12 (EDT) |
commit | 8ac56397ebddea7fd1712777f9cc4ae5f78753fe (patch) | |
tree | 96268f040c1d8676bd3a548ab341ad9382c9b46e /lib | |
parent | edad41db0f770ebddc3c871f41c593a7604f201f (diff) |
ob_get_doc_files(): Document
Diffstat (limited to 'lib')
-rw-r--r-- | lib/package.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/package.sh b/lib/package.sh index 09f700e..487d333 100644 --- a/lib/package.sh +++ b/lib/package.sh @@ -219,6 +219,14 @@ ob_get_doc_package() return 0 } +## @brief Get the source package documentation files table +## @details \fBob_get_doc_files\fP gets the table of source package +## documentation files. The table consists of lines of space-separated +## source (relative to the build work area) and destination (relative +## to the source package documentation directory) file paths. +## @return Returns 0 on success. +## @stdout Prints the source package documentation files table. +## @pure yes This function has no side effects. ob_get_doc_files() { _ob_package_do 'get_doc_files' || return ${?} |