Skip to content

Commit 5665ad9

Browse files
committed
applications: gesture_recognition: fix doxygen grouping
Add doxygen group for all GR related symbols. Signed-off-by: Szymon Antkowiak <szymon.antkowiak@nordicsemi.no>
1 parent 6c66de0 commit 5665ad9

4 files changed

Lines changed: 21 additions & 2 deletions

File tree

applications/gesture_recognition/src/ble/ble_common.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/** @defgroup ble BLE interface for GR */
7+
/**
8+
* @defgroup ble BLE interface for GR
9+
* @ingroup app_gr
10+
*/
811

912
/**
1013
*

applications/gesture_recognition/src/hw_modules/common.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/** @defgroup hw_modules HW modules for GR */
7+
/**
8+
* @defgroup hw_modules HW modules for GR
9+
* @ingroup app_gr
10+
*/
811

912
/**
1013
*

applications/gesture_recognition/src/inference_postprocessing.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7+
/**
8+
* @defgroup app_gr Gesture Recognition Application
9+
*
10+
* @defgroup inference_postprocessing Inference Postprocessing
11+
* @{
12+
* @ingroup app_gr
13+
*/
14+
715
#ifndef __INFERENCE_POSTPROCESSING_H__
816
#define __INFERENCE_POSTPROCESSING_H__
917

@@ -52,3 +60,7 @@ const char *inference_get_class_name(const class_label_t class_label);
5260

5361

5462
#endif /* __INFERENCE_POSTPROCESSING_H__ */
63+
64+
/**
65+
* @}
66+
*/

applications/gesture_recognition/src/uxsm/ux_state_manager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* @defgroup uxsm UX State Machine
99
* @{
10+
* @ingroup app_gr
1011
*
1112
* uxsm means ux_state_machine.
1213
*

0 commit comments

Comments
 (0)