scanner: Remove return doxygen annotation
authorYong Bakos <ybakos@humanoriented.com>
Wed, 7 Sep 2016 13:25:27 +0000 (06:25 -0700)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Thu, 10 Nov 2016 11:37:30 +0000 (13:37 +0200)
Replace \returns with just Returns, as this is not a doxygen comment block.
(Avoids differing with the existing convention of \return for return values.)

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
src/scanner.c

index c927275..3f181cd 100644 (file)
@@ -586,7 +586,7 @@ free_interface(struct interface *interface)
  *
  * Upon error, this routine does not modify or set errno.
  *
- * \returns -1 on error, or a non-negative integer on success
+ * Returns -1 on error, or a non-negative integer on success
  */
 static int
 strtouint(const char *str)