commit | a4de092faa0c61192f0981dcce44ae865cec4812 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 16:59:18 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | f51b7e2473edd807bff5cb20ae7962cdccaf164d | |
parent | 3c622e1a2fda3a9793174c10e9f50f4815c5e075 [diff] |
drivers: ec_host_cmd_periph: remove @return doc for void funcs 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>