From: Andre Noll Date: Sat, 5 Aug 2017 18:01:27 +0000 (+0200) Subject: string.h: Fix indentation, add doxygen reference. X-Git-Tag: v0.6.1~39 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=065d01e33a5edbd3b55e9f27b87e54b6cc2b4224;hp=1f12ea375358a0b30689e01efe82796ea4fcb14f string.h: Fix indentation, add doxygen reference. The comment was improperly formatted, and the reference to para_printf() lacked a \ref statement. --- diff --git a/string.h b/string.h index 93bb6cba..a4093003 100644 --- a/string.h +++ b/string.h @@ -52,14 +52,14 @@ int for_each_line(unsigned flags, char *buf, size_t size, line_handler_t *line_handler, void *private_data); /** - * Write the contents of a status item to a para_buffer. - * - * \param b The para_buffer. - * \param n The number of the status item. - * \param f A format string. - * - * \return The return value of the underlying call to para_printf(). - */ + * Write the contents of a status item to a para_buffer. + * + * \param b The para_buffer. + * \param n The number of the status item. + * \param f A format string. + * + * \return The return value of the underlying call to \ref para_printf(). + */ #define WRITE_STATUS_ITEM(b, n, f, ...) (\ { \ if ((b)->flags & PBF_SIZE_PREFIX) { \