From: Yong Bakos Date: Wed, 7 Sep 2016 13:25:27 +0000 (-0700) Subject: scanner: Remove return doxygen annotation X-Git-Tag: 1.12.91~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed7a6880256847e1febbae613e5dbd369e3afbea;p=platform%2Fupstream%2Fwayland.git scanner: Remove return doxygen annotation 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 Reviewed-by: Bryce Harrington Reviewed-by: Pekka Paalanen --- diff --git a/src/scanner.c b/src/scanner.c index c927275..3f181cd 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -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)