Wireshark-commits: [Wireshark-commits] rev 51260: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 10 Aug 2013 21:28:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51260

User: alagoutte
Date: 2013/08/10 02:28 PM

Log:
 Fix (-W)documentation error found by Clang
 
 packet-9p.c:342:16: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
         guint16  len; /*< Length of the string */
                       ^~~
                       /**<
 packet-9p.c:343:13: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
         char *str; /*< The string */
                    ^~~
                    /**<
 packet-9p.c:364:15: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
         guint8 type; /*< Type */
                      ^~~
                      /**<
 packet-9p.c:365:19: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
         guint32 version; /*< Monotonically incrementing version number */
                          ^~~
                          /**<
 packet-9p.c:366:16: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
         guint64 path; /*< Per-server-unique ID for a file system element */
                       ^~~
                       /**<
 5 errors generated

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +5 -5      packet-9p.c    Modified