mhd_tool_str_to_uint.h: fixed doxy

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-07-29 23:37:03 +03:00
parent d011008332
commit 15f602c2eb
+3 -4
View File
@@ -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>