workspace-manager: Fix a documentation warning

Pure comment should not start with two stars. Fixes a GIR creation warning
introduced in 8038eaa99fd.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/683
This commit is contained in:
Robert Mader 2019-07-12 21:57:31 +02:00
parent 7c8baf8ed9
commit 57772e5850

View File

@ -150,9 +150,8 @@ meta_workspace_manager_class_init (MetaWorkspaceManagerClass *klass)
G_TYPE_INT, G_TYPE_INT,
META_TYPE_MOTION_DIRECTION); META_TYPE_MOTION_DIRECTION);
/** /* Emitted when calling meta_workspace_manager_reorder_workspace.
* Emitted when calling meta_workspace_manager_reorder_workspace. *
*
* This signal is emitted when a workspace has been reordered to * This signal is emitted when a workspace has been reordered to
* a different index. Note that other workspaces can change * a different index. Note that other workspaces can change
* their index too when reordering happens. * their index too when reordering happens.