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