From cfb3a20215a553da164c4d8c3b8c8bf227848be7 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Wed, 25 Oct 2023 21:36:03 +0200 Subject: [PATCH] core/window: Don't mark comment as documentation Part-of: --- src/core/window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/window.c b/src/core/window.c index 01e8e5770..7b27e30a5 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -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.