diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 03:41:43 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 03:41:43 (EST) |
commit | 0008c151769dc23634ce7f814b36369773a060da (patch) | |
tree | 0026af54f0cbe760cd404c765fb0f0bca5364f21 | |
parent | 4d44e2f8b58c3e4a34c44fad933945b33d7e1001 (diff) |
ob_parse_dep(): Move @details doc command
-rw-r--r-- | lib/deps.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index 9e32f45..3ae37d8 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -18,6 +18,10 @@ # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. ## @brief Parse a single package dependency string +## @details \fBob_parse_dep\fP() parses package dependencies in the format +## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where the components +## \fI:archqual\fP, \fI(rel ver)\fP, \fI[arches]\fP, and \fI<plats>\fP +## are optional. ## @option -p pkg_var The name of the variable in which to store the ## package name. ## @option -q archqual_var The name of the variable in which to store the @@ -37,10 +41,6 @@ ## only be printed on standard output if it applies to ## the given platform. ## @operand dep req The dependency to parse. -## @details \fBob_parse_dep\fP() parses package dependencies in the format -## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where the components -## \fI:archqual\fP, \fI(rel ver)\fP, \fI[arches]\fP, and \fI<plats>\fP -## are optional. ## @return Returns 0. ## @stdout Prints the dependency, with normalized formatting, if the dependency ## applies to the given host architecture and platform if any. |