commit | 3feec54acfb8d55d7fe9f85fb0945ccbbc61f40e | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 16:53:39 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 88bd4f2b7e4db4154506ed759a7e122b853f9328 | |
parent | c955a44f13048dbd58c595c6227307edb768e725 [diff] |
lib: os: 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>