summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.rs')
-rw-r--r--src/application.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs
index 42c28f99..ae85c841 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -191,7 +191,9 @@ pub trait Application: Sized {
false
}
- /// TODO
+ /// Returns the current system [`Menu`] of the [`Application`].
+ ///
+ /// By default, it returns an empty [`Menu`].
fn menu(&self) -> Menu<Self::Message> {
Menu::new()
}