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/control.sh') diff --git a/lib/control.sh b/lib/control.sh index 7b2d57d..e43a69e 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -39,7 +39,7 @@ _ob_parse_control_error() } ## @brief Parse a control file -## @details \fBob_parse_control\fP parses a control file of field names and +## @details \fBob_parse_control\fP() parses a control file of field names and ## values formatted like RFC 822 (or RFC 2822 or RFC 5322) headers. ## For each field, \fBob_parse_control\fP calls \fIfield_cb\fP with the ## field name, the field value, and \fIuser_data\fP as arguments. If @@ -176,8 +176,8 @@ ob_parse_control() } ## @brief Set a substitution variable -## @details \fBob_set_substvar\fP sets a substitution variable for later use by -## \fBob_substvars\fP(3). +## @details \fBob_set_substvar\fP() sets a substitution variable for later use +## by \fBob_substvars\fP(3). ## @operand name req The name of the substitution variable. May only consist ## of uppercase and lowercase Latin letters, digits, and ## hyphens and must be at least one character long. @@ -211,7 +211,7 @@ ob_set_substvar() } ## @brief Substitute variables in text -## @details \fBob_substvars\fP substitutes variables previously set with +## @details \fBob_substvars\fP() substitutes variables previously set with ## \fBob_set_substvar\fP(3) in a string. The format for variable ## substitutions is \fI${var}\fP, and substitutions can be nested. ## @operand string req The string in which to substitute variables. -- cgit v0.9.1