Fix (-W)documentation error found by Clang
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 10 Aug 2013 21:28:17 +0000 (21:28 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 10 Aug 2013 21:28:17 +0000 (21:28 -0000)
commit9f24c4470944b345c1b7698e749ec16b629414a4
treeea259e99358d63e5cac9b0af1792b53c237391f9
parentc47aad79ddff15dd82d69d3c194bf6f2b4db99ac
Fix (-W)documentation error found by Clang

../../epan/range.h:87:11: error: empty paragraph passed to '@return' command [-Werror,-Wdocumentation]
 * @return
   ~~~~~~~^
../../epan/range.h:86:11: error: parameter 'max_value'' not found in the function declaration [-Werror,-Wdocumentation]
 * @param max_value' specifies the maximum value in a range.
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../epan/range.h:86:11: note: did you mean 'max_value'?
 * @param max_value' specifies the maximum value in a range.
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          max_value

svn path=/trunk/; revision=51256
epan/range.h