libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 15f602c2eb1e9ef66238ea7ee088a3bf514070a4
parent d01100833296b70720d8b12701e7d189d2ed0249
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 10 Jul 2023 14:28:48 +0300

mhd_tool_str_to_uint.h: fixed doxy

Diffstat:
Msrc/tools/mhd_tool_str_to_uint.h | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/tools/mhd_tool_str_to_uint.h b/src/tools/mhd_tool_str_to_uint.h @@ -18,14 +18,13 @@ */ /** - * @file tools/mhd_tool_str_to_uint.c - * @brief Implementation of HTTP server optimised for fast replies - * based on MHD. + * @file tools/mhd_tool_str_to_uint.h + * @brief Function to decode the value of decimal string number. * @author Karlson2k (Evgeny Grin) */ #ifndef MHD_TOOL_STR_TO_UINT_H_ -#define MHD_TOOL_STR_TO_UINT_H_ +#define MHD_TOOL_STR_TO_UINT_H_ 1 #include <stddef.h>