#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
#ifndef __W3FILE_H__
#define __W3FILE_H__
+/**
+ * @file W3File.h
+ * @~english
+ * @brief File part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のFile処理部分
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __W3FINGER_H__
#define __W3FINGER_H__
+/**
+ * @file W3Finger.h
+ * @~english
+ * @brief Finger part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のFinger処理部分
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __W3GEMINI_H__
#define __W3GEMINI_H__
+/**
+ * @file W3Gemini.h
+ * @~english
+ * @brief Gemini part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のGemini処理部分
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __W3GOPHER_H__
#define __W3GOPHER_H__
+/**
+ * @file W3Gopher.h
+ * @~english
+ * @brief Gopher part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のGopher処理部分
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __W3NEX_H__
#define __W3NEX_H__
+/**
+ * @file W3Nex.h
+ * @~english
+ * @brief Nex part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のNex処理部分
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __W3SPARTAN_H__
#define __W3SPARTAN_H__
+/**
+ * @file W3Spartan.h
+ * @~english
+ * @brief Spartan part of LibW3
+ *
+ * @~japanese
+ * @brief LibW3のSpartan処理部分
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
* @note W3_Get_Version を使用することを検討してください。
*
*/
-#define LIBW3_VERSION "2.22G" \
+#define LIBW3_VERSION "2.23" \
SUFFIX
ifdef({{HTTP_SUPPORT}}, {{/**