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/intern
parent83f285f56fac5aa989ec26d2d529b1284c8c2e21 (diff)
Cleanup: doxygen sections
Diffstat (limited to 'source/blender/windowmanager/intern')
-rw-r--r--source/blender/windowmanager/intern/wm_event_system.c1
-rw-r--r--source/blender/windowmanager/intern/wm_window.c1
2 files changed, 0 insertions, 2 deletions
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],