# HG changeset patch # User Matti Hamalainen # Date 1676203689 -7200 # Node ID 79f888e4616f0c32234a7a45ee4a62fb4abe98d6 # Parent 8eca15bde07d9d7fb0a74dcfcc5dafd233a06e9c Fix Doxygen. diff -r 8eca15bde07d -r 79f888e4616f th_string.c --- 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