Correct missing doxy-sections in 1269bcce81

This commit is contained in:
Campbell Barton 2022-06-08 16:19:35 +10:00
parent 1269bcce81
commit 8d09a12414
1 changed files with 14 additions and 2 deletions

View File

@ -603,7 +603,7 @@ static const struct wl_data_source_listener data_source_listener = {
/** \} */
/* -------------------------------------------------------------------- */
/** \name Listener (Data Device), #wl_data_device_listener
/** \name Listener (Data Offer), #wl_data_offer_listener
* \{ */
static void data_offer_offer(void *data,
@ -633,6 +633,12 @@ static const struct wl_data_offer_listener data_offer_listener = {
data_offer_action,
};
/** \} */
/* -------------------------------------------------------------------- */
/** \name Listener (Data Device), #wl_data_device_listener
* \{ */
static void data_device_data_offer(void * /*data*/,
struct wl_data_device * /*wl_data_device*/,
struct wl_data_offer *id)
@ -1276,7 +1282,7 @@ static const struct wl_keyboard_listener keyboard_listener = {
/** \} */
/* -------------------------------------------------------------------- */
/** \name Listener (Output), #wl_output_listener
/** \name Listener (Seat), #wl_seat_listener
* \{ */
static void seat_capabilities(void *data, struct wl_seat *wl_seat, uint32_t capabilities)
@ -1315,6 +1321,12 @@ static const struct wl_seat_listener seat_listener = {
seat_name,
};
/** \} */
/* -------------------------------------------------------------------- */
/** \name Listener (Output), #wl_output_listener
* \{ */
static void output_geometry(void *data,
struct wl_output * /*wl_output*/,
int32_t /*x*/,