commit | fc573abc8a82350369f05eee14e756b8a42c23f7 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 17:30:39 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 9624fd17db0e4a1c5fc1064c0ab1f8e467892221 | |
parent | d8cc34de4e4bb4d3061c907fcb5e7ade11c58cab [diff] |
mcumgr: 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>