diff options
author | 2022-09-21 12:58:44 +0200 | |
---|---|---|
committer | 2022-09-21 12:58:56 +0200 | |
commit | 183b925c955333244b8ac22d31df546375a2973e (patch) | |
tree | 8a12e2fa772d877c1ff098a132d9f51bab656f6e /src | |
parent | 214f6f9cbaa7912dd548902ef934012a652a8525 (diff) | |
download | iced-183b925c955333244b8ac22d31df546375a2973e.tar.gz iced-183b925c955333244b8ac22d31df546375a2973e.tar.bz2 iced-183b925c955333244b8ac22d31df546375a2973e.zip |
Fix doc comments in `overlay`
Diffstat (limited to 'src')
-rw-r--r-- | src/overlay.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/overlay.rs b/src/overlay.rs index 009cb71f..1be0beeb 100644 --- a/src/overlay.rs +++ b/src/overlay.rs @@ -1,7 +1,6 @@ -//! Build and show dropdown menus. -/// -/// This is an alias of an `iced_native` element with a default `Renderer`. +//! Display interactive elements on top of other widgets. pub mod menu { + //! Build and show dropdown menus. pub use iced_native::overlay::menu::{Appearance, State, StyleSheet}; /// A widget that produces a message when clicked. |