Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-20 07:35:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-20 07:35:00 +0300
commit7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 (patch)
tree96b3c2f32cb6471f0fb70ea2ec0f84ab66855e20 /source/blender/windowmanager
parent83f285f56fac5aa989ec26d2d529b1284c8c2e21 (diff)
Cleanup: doxygen sections
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/gizmo/intern/wm_gizmo.c2
-rw-r--r--source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c4
-rw-r--r--source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c4
-rw-r--r--source/blender/windowmanager/intern/wm_event_system.c1
-rw-r--r--source/blender/windowmanager/intern/wm_window.c1
-rw-r--r--source/blender/windowmanager/xr/intern/wm_xr.c1
6 files changed, 0 insertions, 13 deletions
diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo.c
index a56a506b1ab..cfedd67b2f0 100644
--- a/source/blender/windowmanager/gizmo/intern/wm_gizmo.c
+++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo.c
@@ -378,7 +378,6 @@ void WM_gizmo_set_color_highlight(wmGizmo *gz, const float color_hi[4])
/* -------------------------------------------------------------------- */
/** \name Gizmo Callback Assignment
- *
* \{ */
void WM_gizmo_set_fn_custom_modal(struct wmGizmo *gz, wmGizmoFnModal fn)
@@ -758,7 +757,6 @@ void WM_gizmo_properties_free(PointerRNA *ptr)
/* -------------------------------------------------------------------- */
/** \name General Utilities
- *
* \{ */
bool WM_gizmo_context_check_drawstep(const struct bContext *C, eWM_GizmoFlagMapDrawStep step)
diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c
index e9a1b5e3df0..1e77ccd7a1c 100644
--- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c
+++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c
@@ -61,7 +61,6 @@
/* -------------------------------------------------------------------- */
/** \name wmGizmoGroup
- *
* \{ */
/**
@@ -697,7 +696,6 @@ wmKeyMap *wm_gizmogroup_tweak_modal_keymap(wmKeyConfig *keyconf)
/* -------------------------------------------------------------------- */
/** \name wmGizmoGroup (Key-map callbacks)
- *
* \{ */
wmKeyMap *WM_gizmogroup_setup_keymap_generic(const wmGizmoGroupType *UNUSED(gzgt), wmKeyConfig *kc)
@@ -837,7 +835,6 @@ struct wmKeyMap *WM_gizmo_keymap_generic_maybe_drag(wmWindowManager *wm)
/* -------------------------------------------------------------------- */
/** \name wmGizmoGroupType
- *
* \{ */
struct wmGizmoGroupTypeRef *WM_gizmomaptype_group_find_ptr(struct wmGizmoMapType *gzmap_type,
@@ -1142,7 +1139,6 @@ void WM_gizmo_group_unlink_delayed_ptr_from_space(wmGizmoGroupType *gzgt,
/* -------------------------------------------------------------------- */
/** \name Gizmo Group Type Callback Wrappers
- *
* \{ */
bool WM_gizmo_group_type_poll(const bContext *C, const wmGizmoGroupType *gzgt)
diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c
index 12c6eb46c12..051e3e4c1a9 100644
--- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c
+++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c
@@ -158,7 +158,6 @@ void wm_gizmomap_select_array_remove(wmGizmoMap *gzmap, wmGizmo *gz)
/* -------------------------------------------------------------------- */
/** \name wmGizmoMap
- *
* \{ */
static wmGizmoMap *wm_gizmomap_new_from_type_ex(struct wmGizmoMapType *gzmap_type,
@@ -1182,7 +1181,6 @@ void WM_gizmomap_message_subscribe(const bContext *C,
/* -------------------------------------------------------------------- */
/** \name Tooltip Handling
- *
* \{ */
struct ARegion *WM_gizmomap_tooltip_init(struct bContext *C,
@@ -1211,7 +1209,6 @@ struct ARegion *WM_gizmomap_tooltip_init(struct bContext *C,
/* -------------------------------------------------------------------- */
/** \name wmGizmoMapType
- *
* \{ */
wmGizmoMapType *WM_gizmomaptype_find(const struct wmGizmoMapType_Params *gzmap_params)
@@ -1277,7 +1274,6 @@ void wm_gizmos_keymap(wmKeyConfig *keyconf)
/* -------------------------------------------------------------------- */
/** \name Updates for Dynamic Type Registration
- *
* \{ */
void WM_gizmoconfig_update_tag_group_type_init(wmGizmoMapType *gzmap_type, wmGizmoGroupType *gzgt)
diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index 7b047e68aee..2406ba83bf4 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -5141,7 +5141,6 @@ void WM_window_cursor_keymap_status_refresh(bContext *C, wmWindow *win)
/* -------------------------------------------------------------------- */
/** \name Modal Keymap Status
- *
* \{ */
bool WM_window_modal_keymap_status_draw(bContext *C, wmWindow *win, uiLayout *layout)
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 7dc6b0a1eb8..c4452b4c4f7 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -1925,7 +1925,6 @@ bool wm_window_get_swap_interval(wmWindow *win, int *intervalOut)
/* -------------------------------------------------------------------- */
/** \name Find Window Utility
- *
* \{ */
static void wm_window_desktop_pos_get(const wmWindow *win,
const int screen_pos[2],
diff --git a/source/blender/windowmanager/xr/intern/wm_xr.c b/source/blender/windowmanager/xr/intern/wm_xr.c
index 90f30809136..439d611b085 100644
--- a/source/blender/windowmanager/xr/intern/wm_xr.c
+++ b/source/blender/windowmanager/xr/intern/wm_xr.c
@@ -138,7 +138,6 @@ bool wm_xr_events_handle(wmWindowManager *wm)
/* -------------------------------------------------------------------- */
/** \name XR Runtime Data
- *
* \{ */
wmXrRuntimeData *wm_xr_runtime_data_create(void)