Tweak one of the doc comments
This commit is contained in:
parent
428213398d
commit
c0668891e6
1 changed files with 3 additions and 2 deletions
|
@ -558,8 +558,9 @@ pub fn accesskit_root_id() -> Id {
|
||||||
Id::new("accesskit_root")
|
Id::new("accesskit_root")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Return a tree update that the egui integration should provide to AccessKit
|
/// Return a tree update that the egui integration should provide to the
|
||||||
/// before a real tree update is available. See also [`crate::Context::accesskit_activated`].
|
/// AccessKit adapter before a real tree update is available. See also
|
||||||
|
/// [`crate::Context::accesskit_activated`].
|
||||||
#[cfg(feature = "accesskit")]
|
#[cfg(feature = "accesskit")]
|
||||||
pub fn accesskit_placeholder_tree_update() -> accesskit::TreeUpdate {
|
pub fn accesskit_placeholder_tree_update() -> accesskit::TreeUpdate {
|
||||||
use accesskit::{Node, Role, Tree, TreeUpdate};
|
use accesskit::{Node, Role, Tree, TreeUpdate};
|
||||||
|
|
Loading…
Reference in a new issue