From 0008c151769dc23634ce7f814b36369773a060da Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Thu, 27 Dec 2018 03:41:43 -0500
Subject: ob_parse_dep(): Move @details doc command

---
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.
--
cgit v0.9.1