commit | 39d33fc3528ccfb027b7ce6245a920f4ce9ec7ca | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 17:29:36 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | eab8774dfba17fb3c4536764f720292e450c6e63 | |
parent | d2e28da06bd601c99bd009c5974c81659018602d [diff] |
shell: 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>