Skip to content

Commit

Permalink
format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored May 27, 2024
1 parent 1195457 commit b531db5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/egui/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,9 @@ impl SubMenu {
}
}

///Components of menu state, public for advanced usage. Usually you don't need to use it directly
/// Components of menu state, public for advanced usage.
///
/// Usually you don't need to use it directly.
pub struct MenuState {
/// The opened sub-menu and its [`Id`]
sub_menu: Option<(Id, Arc<RwLock<MenuState>>)>,
Expand Down

0 comments on commit b531db5

Please sign in to comment.