File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
include/zephyr/mgmt/mcumgr/grp/os_mgmt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ enum os_mgmt_info_formats {
85
85
OS_MGMT_INFO_FORMAT_USER_CUSTOM_START = BIT (9 ), /**< Custom user-level start bit */
86
86
};
87
87
88
- /* Structure provided in the #MGMT_EVT_OP_OS_MGMT_INFO_CHECK notification callback */
88
+ /** Structure provided in the #MGMT_EVT_OP_OS_MGMT_INFO_CHECK notification callback */
89
89
struct os_mgmt_info_check {
90
90
/** Input format string from the mcumgr client */
91
91
struct zcbor_string * format ;
@@ -99,7 +99,7 @@ struct os_mgmt_info_check {
99
99
bool * custom_os_name ;
100
100
};
101
101
102
- /* Structure provided in the MGMT_EVT_OP_OS_MGMT_INFO_APPEND notification callback */
102
+ /** Structure provided in the MGMT_EVT_OP_OS_MGMT_INFO_APPEND notification callback */
103
103
struct os_mgmt_info_append {
104
104
/** The format bitmask from the processed commands, the bits should be cleared once
105
105
* processed, note that if all_format_specified is specified, the corresponding bits here
@@ -121,7 +121,7 @@ struct os_mgmt_info_append {
121
121
* memory error to the client
122
122
*/
123
123
uint16_t buffer_size ;
124
- /* If there has been prior output, must be set to true if a response has been output */
124
+ /** If there has been prior output, must be set to true if a response has been output */
125
125
bool * prior_output ;
126
126
};
127
127
You can’t perform that action at this time.
0 commit comments