From: Evan Nemerson Date: Sun, 5 Aug 2012 22:08:17 +0000 (-0700) Subject: libnl-3.0: change format of some comments to avoid confusing valadoc X-Git-Tag: 0.17.5~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1bb379363e70e5233ef70d8083b3fc008754f8a;p=thirdparty%2Fvala.git libnl-3.0: change format of some comments to avoid confusing valadoc --- diff --git a/vapi/libnl-3.0.vapi b/vapi/libnl-3.0.vapi index a20f459e7..4846f6976 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")]