]> Nishi Git Mirror - libw3.git/commitdiff
add doc
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 10 Apr 2024 02:45:56 +0000 (02:45 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 10 Apr 2024 02:45:56 +0000 (02:45 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@297 d27a3e52-49c5-7645-884c-6793ebffc270

Library/W3DNS.h
Library/W3File.h
Library/W3Finger.h
Library/W3Gemini.h
Library/W3Gopher.h
Library/W3Nex.h
Library/W3Spartan.h
W3Version.h.m4

index d7d7148665769f5d737ca7ce1e915a1316e6f0da..94ed8a5144ab89eda1a9a613c742fc22f5d30ecf 100644 (file)
 #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
index d635f625ae0b2e63d8bca57264540f38f1f037d9..ff3ad8419cfe8e207fb4fdc3b4bb2882b61f3e23 100644 (file)
 #ifndef __W3FILE_H__
 #define __W3FILE_H__
 
+/**
+ * @file W3File.h
+ * @~english
+ * @brief File part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のFile処理部分
+ *
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index d7ae07c3da8bc51a67f6a66c66ff87e8995cf9d6..e6e822bd81f78682f5d0bcb7a5f9ed1427fe21f5 100644 (file)
 #ifndef __W3FINGER_H__
 #define __W3FINGER_H__
 
+/**
+ * @file W3Finger.h
+ * @~english
+ * @brief Finger part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のFinger処理部分
+ *
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 080f13d1fdf01f077199e3caaf4811e304cf3ef6..2e36c49ecf0a433267ae33c7eb5e5df794f156e1 100644 (file)
 #ifndef __W3GEMINI_H__
 #define __W3GEMINI_H__
 
+/**
+ * @file W3Gemini.h
+ * @~english
+ * @brief Gemini part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のGemini処理部分
+ *
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index fd3b4d8f85710b48827c136e9b5642af5a3433a6..aeb0dc02aa0194e6d8248003f357bf9d7880dd93 100644 (file)
 #ifndef __W3GOPHER_H__
 #define __W3GOPHER_H__
 
+/**
+ * @file W3Gopher.h
+ * @~english
+ * @brief Gopher part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のGopher処理部分
+ *
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 2d39ff8dabae4f0e7ee7a74932b21b4c91519d1e..49a5371d4bd2b13affc36e3fa8a757532908e328 100644 (file)
 #ifndef __W3NEX_H__
 #define __W3NEX_H__
 
+/**
+ * @file W3Nex.h
+ * @~english
+ * @brief Nex part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のNex処理部分
+ *
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index e94fb51fc31060fcd86fb8be94151e08558610d1..d7e3fc0871497fde5504ad23bfef3a5680cd1cce 100644 (file)
 #ifndef __W3SPARTAN_H__
 #define __W3SPARTAN_H__
 
+/**
+ * @file W3Spartan.h
+ * @~english
+ * @brief Spartan part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のSpartan処理部分
+ *
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 9578c281ca327f2d2ebecec3ceaa636bec9994d1..ecd7c8a1dc9d1b47761c061b201710462b8cf5ba 100644 (file)
@@ -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}}, {{/**