commit | d2e28da06bd601c99bd009c5974c81659018602d | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 17:29:08 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 20b2a1eba4e7e3f927d050b0ec311c991d658437 | |
parent | 8f7f62869a3ba2c8f3b539682b86d0ef2255e608 [diff] |
audio: 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>