commit | d3b030be9bed8e396910a4b474ded7bdee894f1a | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 16:28:14 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 30ca6fc98a651107f6b7a834b0d453cba28eaa5e | |
parent | 5e05393afa5fa8ff291ad91428b8857f8ad47c1c [diff] |
kernel: 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>