# HG changeset patch # User Matti Hamalainen # Date 1580078320 -7200 # Node ID 253a341216b7bcd386652b9a45a49d095cbbafcb # Parent d1d320e5602e5e0f148a4a9d679d5f5de0347bcf Doxygen fixes. diff -r d1d320e5602e -r 253a341216b7 th_network.h --- a/th_network.h Mon Jan 27 00:38:14 2020 +0200 +++ b/th_network.h Mon Jan 27 00:38:40 2020 +0200 @@ -5,6 +5,8 @@ * * Please read file 'COPYING' for information on license and distribution. */ +/// @file +/// @brief Simple TCP network connection handling helpers #ifndef TH_NETWORK_H #define TH_NETWORK_H diff -r d1d320e5602e -r 253a341216b7 th_regex.c --- a/th_regex.c Mon Jan 27 00:38:14 2020 +0200 +++ b/th_regex.c Mon Jan 27 00:38:40 2020 +0200 @@ -445,7 +445,7 @@ * form as @c th_regex_t structures. Returns @c THERR_OK if successful, * or other @c THERR_* return value if not. In either case, the @p pexpr * may have been allocated and must be freed via th_regex_free(). - * @param[in,out] pexpr pointer to a pointer of @c th_regex_t structures to be + * @param[in,out] pexpr pointer to a pointer of @c th_regex_t structures to be * @param[in] pattern regular expression pattern string * @returns @c THERR_* return value indicating success or failure */