Codechange: Make some variables and constants documentation comments recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-21 15:05:13 +01:00
committed by rubidium42
parent 7a6b7fb1f0
commit 21bee91fa7
71 changed files with 263 additions and 204 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ WindowList _z_windows;
/** If false, highlight is white, otherwise the by the widget defined colour. */
bool _window_highlight_colour = false;
/*
/**
* Window that currently has focus. - The main purpose is to generate
* #FocusLost events, not to give next window in z-order focus when a
* #Window::OnFocusLost events, not to give next window in z-order focus when a
* window is closed.
*/
Window *_focused_window;