core/window: Don't mark comment as documentation
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3347>
This commit is contained in:
parent
98bd2aa2c2
commit
cfb3a20215
1 changed files with 1 additions and 2 deletions
|
@ -4562,8 +4562,7 @@ meta_window_make_most_recent (MetaWindow *window,
|
|||
MetaWorkspaceManager *workspace_manager = window->display->workspace_manager;
|
||||
GList *l;
|
||||
|
||||
/**
|
||||
* Marks the window as the most recently used window on a specific workspace.
|
||||
/* Marks the window as the most recently used window on a specific workspace.
|
||||
* If the window exists on all workspaces, it will become the most recently
|
||||
* used sticky window on all other workspaces. This ensures proper tracking
|
||||
* among windows on all workspaces while not overriding MRU for other windows.
|
||||
|
|
Loading…
Reference in a new issue