Skip to content

Commit 85bd15c

Browse files
committed
Doxygen: Move free standing HAL tests module inside their related HAL module.
1 parent 5b25b66 commit 85bd15c

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

TESTS/mbed_hal/critical_section/critical_section_test.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
/** \addtogroup hal_critical_tests
17+
/** \addtogroup hal_critical
1818
* @{
19+
* \defgroup hal_critical_test Tests
20+
* Tests definitions of the HAL Critical module.
21+
* @{
1922
*/
2023

2124
#ifndef MBED_CRITICAL_SECTION_TEST_H
@@ -45,7 +48,7 @@
4548
template <int N>
4649
void test_critical_section();
4750

48-
51+
/**@}*/
4952
/**@}*/
5053

5154
#endif // MBED_CRITICAL_SECTION_TEST_H

TESTS/mbed_hal/qspi/qspi_test.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
/** \addtogroup hal_qspi_tests
17+
/** \addtogroup hal_qspi
1818
* @{
19+
* \defgroup hal_qspi_tests Tests
20+
* QSPI tests of the HAL.
21+
* @{
1922
*/
2023
#ifndef MBED_QSPI_TEST_H
2124
#define MBED_QSPI_TEST_H
@@ -96,3 +99,4 @@ void qspi_write_read_test(void);
9699
#endif
97100

98101
/** @}*/
102+
/** @}*/

TESTS/mbed_hal/sleep/sleep_test_utils.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
*/
1616

1717
/**
18-
* @addtogroup hal_sleep_test_utils
18+
* @addtogroup hal_sleep
1919
* @{
20+
* @defgroup hal_sleep_test_util Tests
21+
* Tests of the sleep HAL.
22+
* @{
2023
*/
2124

2225
#ifndef MBED_SLEEP_TEST_UTILS_H
@@ -112,3 +115,4 @@ void lp_ticker_isr(const ticker_data_t * const ticker_data)
112115
#endif
113116

114117
/** @}*/
118+
/** @}*/

0 commit comments

Comments
 (0)