From cc369631ff8247040bb101c60a38bd227313c656 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 14 Mar 2019 12:54:24 -0400 Subject: Fix missing "()" after function names in @details Also fix function name in ob_get_system_plat()'s @details and update ob_error()'s @details. --- (limited to 'lib/deps.sh') diff --git a/lib/deps.sh b/lib/deps.sh index 629c5bb..ceb3723 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -182,7 +182,7 @@ ob_parse_dep() } ## @brief Reduce dependencies to a given architecture and platform -## @details \fBob_reduce_deps\fP reduces a list of dependencies to only those +## @details \fBob_reduce_deps\fP() reduces a list of dependencies to only those ## that apply to a given architecture and platform. A list is either a ## "normal" list or a "union" list. A normal list is an "AND" list ## composed of "OR" lists, which in turn are composed of simple -- cgit v0.9.1