changeset 770:79f888e4616f

Fix Doxygen.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Feb 2023 14:08:09 +0200
parents 8eca15bde07d
children c17eadc60c3d
files th_string.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Sun Feb 12 09:04:33 2023 +0200
+++ b/th_string.c	Sun Feb 12 14:08:09 2023 +0200
@@ -445,7 +445,7 @@
  * A helper function that is given a pointer to a pointer of string,
  * which will be automatically freed (if necessary) and replaced with
  * a pointer to the newly created string.
- * @param[in,out] buf pointer to a char pointer/string
+ * @param[in,out] buf pointer to a th_char_t pointer/string
  * @param[in] fmt format string
  * @param[in] args variable arguments list structure
  * @returns the resulting string or @c NULL pointer in case of error
@@ -463,7 +463,7 @@
  * A helper function that is given a pointer to a pointer of string,
  * which will be automatically freed (if necessary) and replaced with
  * a pointer to the newly created string.
- * @param[in,out] buf pointer to a char pointer/string
+ * @param[in,out] buf pointer to a th_char_t pointer/string
  * @param[in] fmt format string
  * @param[in] ... optional printf arguments
  * @returns the resulting string or @c NULL pointer in case of error