mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Tweak one of the doc comments
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user