[vala] libnl-3.0: change format of some comments to avoid confusing valadoc



commit a1bb379363e70e5233ef70d8083b3fc008754f8a
Author: Evan Nemerson <evan coeus-group com>
Date:   Sun Aug 5 15:08:17 2012 -0700

    libnl-3.0: change format of some comments to avoid confusing valadoc

 vapi/libnl-3.0.vapi |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/vapi/libnl-3.0.vapi b/vapi/libnl-3.0.vapi
index a20f459..4846f69 100644
--- a/vapi/libnl-3.0.vapi
+++ b/vapi/libnl-3.0.vapi
@@ -114,15 +114,15 @@ namespace Netlink {
 
     [CCode (cprefix = "NLA_", cname = "int", cheader_filename = "netlink/attr.h")]
     public enum AttributeType {
-        UNSPEC,     /**< Unspecified type, binary data chunk */
-        U8,         /**< 8 bit integer */
-        U16,        /**< 16 bit integer */
-        U32,        /**< 32 bit integer */
-        U64,        /**< 64 bit integer */
-        STRING,     /**< NUL terminated character string */
-        FLAG,       /**< Flag */
-        MSECS,      /**< Micro seconds (64bit) */
-        NESTED,     /**< Nested attributes */
+        UNSPEC,     // Unspecified type, binary data chunk
+        U8,         // 8 bit integer
+        U16,        // 16 bit integer
+        U32,        // 32 bit integer
+        U64,        // 64 bit integer
+        STRING,     // NUL terminated character string
+        FLAG,       // Flag
+        MSECS,      // Micro seconds (64bit)
+        NESTED,     // Nested attributes
         TYPE_MAX
     }
 
@@ -326,9 +326,9 @@ namespace Netlink {
 
     [CCode (cprefix = "NL_DUMP_", cname = "int", cheader_filename = "netlink/types.h")]
     public enum DumpType {
-        LINE,           /**< Dump object briefly on one line */
-        DETAILS,        /**< Dump all attributes but no statistics */
-        STATS,          /**< Dump all attributes including statistics */
+        LINE,           // Dump object briefly on one line
+        DETAILS,        // Dump all attributes but no statistics
+        STATS,          // Dump all attributes including statistics
     }
 
     [CCode (cname = "struct nl_dump_params", free_function = "", cheader_filename = "netlink/types.h")]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]