Document free functions

This commit is contained in:
Nate Butler 2024-01-09 14:21:29 -05:00
parent cb24062e79
commit c19551d974
3 changed files with 4 additions and 6 deletions

View file

@ -39,6 +39,7 @@ impl<M: ManagedView> RightClickMenu<M> {
}
}
/// Creates a [RightClickMenu]
pub fn right_click_menu<M: ManagedView>(id: impl Into<ElementId>) -> RightClickMenu<M> {
RightClickMenu {
id: id.into(),