Skip to content

Commit

Permalink
Add xmldoc for menu implying external consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Feb 6, 2025
1 parent dd53ae0 commit d9b370e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osu.Game/Screens/Edit/BookmarkController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ namespace osu.Game.Screens.Edit
{
public partial class BookmarkController : Component, IKeyBindingHandler<GlobalAction>
{
/// <summary>
/// Bookmarks menu item (with submenu containing options). Should be added to the <see cref="Editor"/>'s global menu.
/// </summary>
public EditorMenuItem Menu { get; private set; }

[Resolved]
Expand Down

0 comments on commit d9b370e

Please sign in to comment.