From 4b773358d8de2d0300e91846b95d415e748228a5 Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 10 Apr 2024 02:55:10 +0000 Subject: [PATCH] add document git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@299 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/W3File.h | 17 +++++++++++++++++ W3Version.h.m4 | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Library/W3File.h b/Library/W3File.h index ff3ad84..4397a5f 100644 --- a/Library/W3File.h +++ b/Library/W3File.h @@ -50,7 +50,24 @@ extern "C" { #include "W3Core.h" void __W3_File_Request(struct W3* w3); +/** + * @~english + * @brief Passed to `status` event when the file was found. + * + * @~japanese + * @brief ファイルが見つかったときに`status`イベントに渡されます。 + * + */ #define LIBW3_FILE_FOUND 0 + +/** + * @~english + * @brief Passed to `status` event when the file was not found. + * + * @~japanese + * @brief ファイルが見つからなかったときに`status`イベントに渡されます。 + * + */ #define LIBW3_FILE_NOT_FOUND 1 #ifdef __cplusplus diff --git a/W3Version.h.m4 b/W3Version.h.m4 index ecd7c8a..f28bb74 100644 --- a/W3Version.h.m4 +++ b/W3Version.h.m4 @@ -60,7 +60,7 @@ const char* W3_Get_Version(void); * @note W3_Get_Version を使用することを検討してください。 * */ -#define LIBW3_VERSION "2.23" \ +#define LIBW3_VERSION "2.23A" \ SUFFIX ifdef({{HTTP_SUPPORT}}, {{/** -- 2.43.0