diff options
| author | ruki <[email protected]> | 2025-01-25 00:47:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-24 22:49:31 +0800 |
| commit | 2d3944ab6162717fc252483351705230b5dd773e (patch) | |
| tree | e54046519a1b8cd876b82739d9ca011131c6384e | |
| parent | 181d5cd4f96ee5975427d7f92efe71625ada3ac1 (diff) | |
remove comments
| -rw-r--r-- | tests/apis/custom_toolchain/src/foo.h | 9 | ||||
| -rw-r--r-- | tests/apis/set_toolchains/src/foo.h | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/tests/apis/custom_toolchain/src/foo.h b/tests/apis/custom_toolchain/src/foo.h index 4a41e9597..d2506bca9 100644 --- a/tests/apis/custom_toolchain/src/foo.h +++ b/tests/apis/custom_toolchain/src/foo.h @@ -2,14 +2,7 @@ extern "C" { #endif -/*! calculate add(a, b) - * - * @param a the first argument - * @param b the second argument - * - * @return the result - */ -int add(int a, int b); +int add(int a, int b); #ifdef __cplusplus } diff --git a/tests/apis/set_toolchains/src/foo.h b/tests/apis/set_toolchains/src/foo.h index 4a41e9597..d2506bca9 100644 --- a/tests/apis/set_toolchains/src/foo.h +++ b/tests/apis/set_toolchains/src/foo.h @@ -2,14 +2,7 @@ extern "C" { #endif -/*! calculate add(a, b) - * - * @param a the first argument - * @param b the second argument - * - * @return the result - */ -int add(int a, int b); +int add(int a, int b); #ifdef __cplusplus } |
