1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -04:00

Fix broken doclinks

This commit is contained in:
Emil Ernerfeldt
2023-11-01 18:44:06 +01:00
parent ec39563183
commit 0c9673b75f

View File

@@ -6,7 +6,7 @@ use crate::{Context, Id};
/// This is used to send a command to a specific viewport
///
/// This is returned by [`Context::get_viewport_id`] and [`Context::get_parent_viewport_id`].
/// This is returned by [`Context::viewport_id`] and [`Context::parent_viewport_id`].
#[derive(Default, Debug, Hash, Clone, Copy, PartialEq, Eq)]
pub struct ViewportId(pub(crate) u64);