commit | 8113b59c02a1edf4558b7df0befe6ab2bb27fe1c | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 06 17:59:07 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 12 16:02:16 2022 -0500 |
tree | 86065dfb2655221e9fa721e7dc4f968b079f440f | |
parent | a4db9c285700eb373bc9b6750f597e487c323a8f [diff] |
tests: mslab_api: remove double asterisk inside func comments Doxygen treats "/**" as documentation even if the comment block is inside the function. So remove the extra asterisk for those "TESTPOINT" comments. Signed-off-by: Daniel Leung <daniel.leung@intel.com>