Fix doc comments in overlay
This commit is contained in:
parent
214f6f9cba
commit
183b925c95
1 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
//! Build and show dropdown menus.
|
//! Display interactive elements on top of other widgets.
|
||||||
///
|
|
||||||
/// This is an alias of an `iced_native` element with a default `Renderer`.
|
|
||||||
pub mod menu {
|
pub mod menu {
|
||||||
|
//! Build and show dropdown menus.
|
||||||
pub use iced_native::overlay::menu::{Appearance, State, StyleSheet};
|
pub use iced_native::overlay::menu::{Appearance, State, StyleSheet};
|
||||||
|
|
||||||
/// A widget that produces a message when clicked.
|
/// A widget that produces a message when clicked.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue