[Bf-blender-cvs] [8d09a12414c] master: Correct missing doxy-sections in 1269bcce810d064612f7f38642440ee22d0fb007

Campbell Barton noreply at git.blender.org
Wed Jun 8 08:20:25 CEST 2022


Commit: 8d09a12414c8f78588217f5f79e3962f3e079bf2
Author: Campbell Barton
Date:   Wed Jun 8 16:19:35 2022 +1000
Branches: master
https://developer.blender.org/rB8d09a12414c8f78588217f5f79e3962f3e079bf2

Correct missing doxy-sections in 1269bcce810d064612f7f38642440ee22d0fb007

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index d89c67efc86..c6dea13d050 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -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*/,



More information about the Bf-blender-cvs mailing list