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

Date: Sat, 10 Aug 2013 21:29:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51267

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

Log:
 Fix (-W)documentation error found by Clang
 
 ./packet-gsm_rlcmac.h:1086:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< MS Radio Access capability IE >
 ^~~
 /**<
 ./packet-gsm_rlcmac.h:1089:26: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 typedef guint8 A5_bits_t;/*<A5 bits> ::= < A5/1 : bit> <A5/2 : bit> <A5/...
                          ^~~~~
                          /**<
 packet-gsm_rlcmac.c:169:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Global TFI IE >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:171:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Starting Frame Number Description IE >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:174:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Ack/Nack Description IE >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:178:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Packet Timing Advance IE >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:183:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Power Control Parameters IE >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:191:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Global Power Control Parameters IE >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:195:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Global Packet Timing Advance IE >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:197:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Channel Quality Report struct >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:210:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< EGPRS Ack/Nack Description >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:216:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*<P1 Rest Octets>*/
 ^~~~~
 /**<
 packet-gsm_rlcmac.c:218:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*<P2 Rest Octets>*/
 ^~~~~
 /**<
 packet-gsm_rlcmac.c:264:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< SI 13 Rest Octets >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:288:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Packet TBF Release message content >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:293:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Packet Control Acknowledgement message content >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:299:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Packet Downlink Dummy Control Block message content >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:301:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< Packet Uplink Dummy Control Block message content >*/
 ^~~
 /**<
 packet-gsm_rlcmac.c:305:1: error: not a Doxygen trailing comment
       [-Werror,-Wdocumentation]
 /*< MS Radio Access capability IE >*/
 ^~~
 /**<

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +143 -143  packet-gsm_rlcmac.c    Modified
  +2 -2      packet-gsm_rlcmac.h    Modified