Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions TESTS/mbed_hal/critical_section/critical_section_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
* limitations under the License.
*/

/** \addtogroup hal_critical_tests
/** \addtogroup hal_critical
* @{
* \defgroup hal_critical_test Tests
* Tests definitions of the HAL Critical module.
* @{
*/

#ifndef MBED_CRITICAL_SECTION_TEST_H
Expand Down Expand Up @@ -45,7 +48,7 @@
template <int N>
void test_critical_section();


/**@}*/
/**@}*/

#endif // MBED_CRITICAL_SECTION_TEST_H
6 changes: 5 additions & 1 deletion TESTS/mbed_hal/qspi/qspi_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
* limitations under the License.
*/

/** \addtogroup hal_qspi_tests
/** \addtogroup hal_qspi
* @{
* \defgroup hal_qspi_tests Tests
* QSPI tests of the HAL.
* @{
*/
#ifndef MBED_QSPI_TEST_H
#define MBED_QSPI_TEST_H
Expand Down Expand Up @@ -96,3 +99,4 @@ void qspi_write_read_test(void);
#endif

/** @}*/
/** @}*/
6 changes: 5 additions & 1 deletion TESTS/mbed_hal/sleep/sleep_test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
*/

/**
* @addtogroup hal_sleep_test_utils
* @addtogroup hal_sleep
* @{
* @defgroup hal_sleep_test_util Tests
* Tests of the sleep HAL.
* @{
*/

#ifndef MBED_SLEEP_TEST_UTILS_H
Expand Down Expand Up @@ -112,3 +115,4 @@ void lp_ticker_isr(const ticker_data_t * const ticker_data)
#endif

/** @}*/
/** @}*/