commit | b63b71aa1b361319681aa08d8d3e0ae1230a04ce | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 16:58:12 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 06d04c8385ec9091eed9db9660537d39e8361eaf | |
parent | 8d8369204f011de76a05fe7f5e148e80b722ba72 [diff] |
tfm: 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>