mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
23d3c67c9a
commit
ed7a688025
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ free_interface(struct interface *interface)
|
||||||
*
|
*
|
||||||
* Upon error, this routine does not modify or set errno.
|
* 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
|
static int
|
||||||
strtouint(const char *str)
|
strtouint(const char *str)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue