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/output.sh') diff --git a/lib/output.sh b/lib/output.sh index f4fed80..9e8834c 100644 --- a/lib/output.sh +++ b/lib/output.sh @@ -18,8 +18,7 @@ # along with opkbuild. If not, see . ## @brief Print an error message and exit -## @details \fBob_error\fP prints \fIarguments\fP according to \fIformat\fP and -## then exits the application. +## @details \fBob_error\fP() prints \fIarguments\fP according to \fIformat\fP. ## @operand format req The format string. See \fBprintf\fP(1) for the syntax ## of \fIformat\fP. ## @operand arguments opt Arguments to be printed, as referenced by @@ -39,7 +38,7 @@ ob_error() } ## @brief Print a warning message -## @details \fBob_warn\fP prints \fIarguments\fP according to \fIformat\fP. +## @details \fBob_warn\fP() prints \fIarguments\fP according to \fIformat\fP. ## @operand format req The format string. See \fBprintf\fP(1) for the syntax ## of \fIformat\fP. ## @operand arguments opt Arguments to be printed, as referenced by @@ -59,7 +58,7 @@ ob_warn() } ## @brief Print an informational message -## @details \fBob_warn\fP prints \fIarguments\fP according to \fIformat\fP. +## @details \fBob_warn\fP() prints \fIarguments\fP according to \fIformat\fP. ## @operand format req The format string. See \fBprintf\fP(1) for the syntax ## of \fIformat\fP. ## @operand arguments opt Arguments to be printed, as referenced by -- cgit v0.9.1