summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/apis/custom_toolchain/src/foo.h9
-rw-r--r--tests/apis/set_toolchains/src/foo.h9
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
}