commit | 9f1fc49ac9be98eaae2cbdaca6a4d9748a398c89 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 16:55:53 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 6cf53128cf33c527214102bca1456a9b2b7be23d | |
parent | 1be8c15e4c9b5a8bbb1750047b5aef1d20be0658 [diff] |
random: 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>