From f88c684ae3ce7dfd6afd9584de26543b390405f5 Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 10 Apr 2024 02:45:56 +0000 Subject: [PATCH] add doc git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@297 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/W3DNS.h | 10 ++++++++++ Library/W3File.h | 10 ++++++++++ Library/W3Finger.h | 10 ++++++++++ Library/W3Gemini.h | 10 ++++++++++ Library/W3Gopher.h | 10 ++++++++++ Library/W3Nex.h | 10 ++++++++++ Library/W3Spartan.h | 10 ++++++++++ W3Version.h.m4 | 2 +- 8 files changed, 71 insertions(+), 1 deletion(-) diff --git a/Library/W3DNS.h b/Library/W3DNS.h index d7d7148..94ed8a5 100644 --- a/Library/W3DNS.h +++ b/Library/W3DNS.h @@ -33,6 +33,16 @@ #ifndef __W3DNS_H__ #define __W3DNS_H__ +/** + * @file W3DNS.h + * @~english + * @brief DNS/connecting part of LibW3 + * + * @~japanese + * @brief LibW3のDNS/接続処理部分 + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/Library/W3File.h b/Library/W3File.h index d635f62..ff3ad84 100644 --- a/Library/W3File.h +++ b/Library/W3File.h @@ -33,6 +33,16 @@ #ifndef __W3FILE_H__ #define __W3FILE_H__ +/** + * @file W3File.h + * @~english + * @brief File part of LibW3 + * + * @~japanese + * @brief LibW3のFile処理部分 + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/Library/W3Finger.h b/Library/W3Finger.h index d7ae07c..e6e822b 100644 --- a/Library/W3Finger.h +++ b/Library/W3Finger.h @@ -33,6 +33,16 @@ #ifndef __W3FINGER_H__ #define __W3FINGER_H__ +/** + * @file W3Finger.h + * @~english + * @brief Finger part of LibW3 + * + * @~japanese + * @brief LibW3のFinger処理部分 + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/Library/W3Gemini.h b/Library/W3Gemini.h index 080f13d..2e36c49 100644 --- a/Library/W3Gemini.h +++ b/Library/W3Gemini.h @@ -33,6 +33,16 @@ #ifndef __W3GEMINI_H__ #define __W3GEMINI_H__ +/** + * @file W3Gemini.h + * @~english + * @brief Gemini part of LibW3 + * + * @~japanese + * @brief LibW3のGemini処理部分 + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/Library/W3Gopher.h b/Library/W3Gopher.h index fd3b4d8..aeb0dc0 100644 --- a/Library/W3Gopher.h +++ b/Library/W3Gopher.h @@ -33,6 +33,16 @@ #ifndef __W3GOPHER_H__ #define __W3GOPHER_H__ +/** + * @file W3Gopher.h + * @~english + * @brief Gopher part of LibW3 + * + * @~japanese + * @brief LibW3のGopher処理部分 + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/Library/W3Nex.h b/Library/W3Nex.h index 2d39ff8..49a5371 100644 --- a/Library/W3Nex.h +++ b/Library/W3Nex.h @@ -33,6 +33,16 @@ #ifndef __W3NEX_H__ #define __W3NEX_H__ +/** + * @file W3Nex.h + * @~english + * @brief Nex part of LibW3 + * + * @~japanese + * @brief LibW3のNex処理部分 + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/Library/W3Spartan.h b/Library/W3Spartan.h index e94fb51..d7e3fc0 100644 --- a/Library/W3Spartan.h +++ b/Library/W3Spartan.h @@ -33,6 +33,16 @@ #ifndef __W3SPARTAN_H__ #define __W3SPARTAN_H__ +/** + * @file W3Spartan.h + * @~english + * @brief Spartan part of LibW3 + * + * @~japanese + * @brief LibW3のSpartan処理部分 + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/W3Version.h.m4 b/W3Version.h.m4 index 9578c28..ecd7c8a 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.22G" \ +#define LIBW3_VERSION "2.23" \ SUFFIX ifdef({{HTTP_SUPPORT}}, {{/** -- 2.43.0