diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-14 12:47:27 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-14 12:47:27 (EDT) |
commit | 509e8f9414e87c09bc6993683b499828a22d356f (patch) | |
tree | ac515fab2c67db1b2f0d9855db460d91ce096d6a | |
parent | c4aaffcd517919cc5785499673dec56cc981fddc (diff) |
ob_set_package_substvars(): Document
-rw-r--r-- | lib/package.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/package.sh b/lib/package.sh index fca1894..1b06d36 100644 --- a/lib/package.sh +++ b/lib/package.sh @@ -257,6 +257,16 @@ ob_get_doc_files() return 0 } +## @brief Set package substitution variables +## @details \fBob_set_package_substvars\fP() sets any substitution variables +## defined by a source package, as well as any standard substitution +## variables defined by the source package format, for later use by +## \fBob_substvars\fP(3). +## @operand pkg req The binary package for which to set substitution variables +## (currently ignored). +## @return Returns 0 on success. +## @stderr Prints error messages on parse errors. +## @pure no This function sets internal global variables. ob_set_package_substvars() { local pkg="${1}" |