From 8ac56397ebddea7fd1712777f9cc4ae5f78753fe Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Mar 2019 21:20:12 -0400 Subject: ob_get_doc_files(): Document --- (limited to 'lib') 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 ${?} -- cgit v0.9.1