commit | 63b4300577de069260d365e7a4f543ba7f54fa02 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 16:30:06 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 35aa442b14725503add69e9a1649ac8751fa117d | |
parent | d3b030be9bed8e396910a4b474ded7bdee894f1a [diff] |
sys: include: remove @return doc for void functions For functions returning nothing, there is no need to document with @return, as Doxgen complains about "documented empty return type of ...". Signed-off-by: Daniel Leung <daniel.leung@intel.com>