]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libnl-3.0: change format of some comments to avoid confusing valadoc
authorEvan Nemerson <evan@coeus-group.com>
Sun, 5 Aug 2012 22:08:17 +0000 (15:08 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 6 Aug 2012 23:41:29 +0000 (16:41 -0700)
vapi/libnl-3.0.vapi

index a20f459e724733d396373ac6056dadd013ad4a1f..4846f697649596e8b7816c71d4fa3685c8550a9b 100644 (file)
@@ -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")]