[PATCH rtems v2 3/3] cpukit/include/rtems/test-info.h: Change @returns to @return

Joel Sherrill joel at rtems.org
Mon Aug 8 22:23:01 UTC 2022


---
 cpukit/include/rtems/test-info.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h
index ca96241..3b83953 100644
--- a/cpukit/include/rtems/test-info.h
+++ b/cpukit/include/rtems/test-info.h
@@ -108,14 +108,14 @@ typedef enum
 /**
  * @brief Prints a begin of test message using printf().
  *
- * @returns As specified by printf().
+ * @return As specified by printf().
  */
 int rtems_test_begin(const char* name, const RTEMS_TEST_STATE state);
 
 /**
  * @brief Prints an end of test message using printf().
  *
- * @returns As specified by printf().
+ * @return As specified by printf().
  */
 int rtems_test_end(const char* name);
 
@@ -128,7 +128,7 @@ RTEMS_NO_RETURN void rtems_test_exit(int status);
 /**
  * @brief Prints via the RTEMS printer.
  *
- * @returns As specified by printf().
+ * @return As specified by printf().
  */
 int rtems_test_printf(const char* format, ...) RTEMS_PRINTFLIKE(1, 2);
 
-- 
1.8.3.1



More information about the devel mailing list