summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-09-07 06:25:27 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-11-10 13:37:30 +0200
commited7a6880256847e1febbae613e5dbd369e3afbea (patch)
treeefe29c3226ae15cada5c0a1d131f517ab55b43ed
parent23d3c67c9a1ccc74f4e0359b06d56db3c1a65861 (diff)
downloadwayland-ed7a6880256847e1febbae613e5dbd369e3afbea.tar.gz
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 <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-rw-r--r--src/scanner.c2
1 files changed, 1 insertions, 1 deletions
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)