Wireshark-commits: [Wireshark-commits] rev 51271: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 10 Aug 2013 21:30:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51271

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

Log:
 Fix (-W)documentation error found by Clang
 
 packet-umts_fp.c:3486:12: error: empty paragraph passed to '@param' command
       [-Werror,-Wdocumentation]
 * @param tvb
   ~~~~~~~~~^
 packet-umts_fp.c:3488:13: error: empty paragraph passed to '@param' command
       [-Werror,-Wdocumentation]
 * @param tree
   ~~~~~~~~~~^
 packet-umts_fp.c:3489:15: error: empty paragraph passed to '@param' command
       [-Werror,-Wdocumentation]
 * @param offset
   ~~~~~~~~~~~~^
 packet-umts_fp.c:3491:4: error: '@return' command used in a comment that is
       attached to a function returning void [-Werror,-Wdocumentation]
 * @return Void.
   ~^~~~~~~~~~~~

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