changeset 657:253a341216b7

Doxygen fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Jan 2020 00:38:40 +0200
parents d1d320e5602e
children c17a1072974a
files th_network.h th_regex.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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
  */