From 183b925c955333244b8ac22d31df546375a2973e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 21 Sep 2022 12:58:44 +0200 Subject: [PATCH] Fix doc comments in `overlay` --- src/overlay.rs | 5 ++--- 1 file 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.