Inline documentation for application and daemon functions
This commit is contained in:
parent
a26493ed2b
commit
cbeda38f0d
1 changed files with 7 additions and 2 deletions
|
|
@ -306,8 +306,8 @@ pub mod widget {
|
|||
mod runtime {}
|
||||
}
|
||||
|
||||
pub use application::{application, Application};
|
||||
pub use daemon::{daemon, Daemon};
|
||||
pub use application::Application;
|
||||
pub use daemon::Daemon;
|
||||
pub use error::Error;
|
||||
pub use event::Event;
|
||||
pub use executor::Executor;
|
||||
|
|
@ -316,6 +316,11 @@ pub use renderer::Renderer;
|
|||
pub use settings::Settings;
|
||||
pub use subscription::Subscription;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use application::application;
|
||||
#[doc(inline)]
|
||||
pub use daemon::daemon;
|
||||
|
||||
/// A generic widget.
|
||||
///
|
||||
/// This is an alias of an `iced_native` element with a default `Renderer`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue