diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:46:05 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:46:05 (EST) |
commit | aa4d87b3b1409d3442b66dcd724812b38b0f8129 (patch) | |
tree | ac5b1bd9b4d5997e880a5bb81953c413fc56c4c8 /lib | |
parent | 227d317d68516eff5e7f0a9883439d64b220fa81 (diff) |
ob_parse_dep(): Add a @stdout command to documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/deps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index fbc99a7..8ba919d 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -41,6 +41,8 @@ ## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where all components ## are optional except \fIpkg\fP. ## @return Returns 0. +## @stdout Prints the dependency, with normalized formatting, if the dependency +## applies to the given host architecture and platform if any. ## @purity This function is \fBnot subshell-safe\fP when used with any of the ## options \fI-p\fP, \fI-q\fP, \fI-r\fP, \fI-v\fP, \fI-A\fP, or ## \fI-l\fP. |