fix doclink
This commit is contained in:
parent
9ca4d173c5
commit
494f5b3ef0
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ impl Default for ZOrder {
|
||||||
|
|
||||||
/// An identifier for a paint layer which supports Z-indexing
|
/// An identifier for a paint layer which supports Z-indexing
|
||||||
///
|
///
|
||||||
/// This says: draw on `area_layer` with index z. This only affects the display
|
/// This says: draw on [`AreaLayerId`] with index z. This only affects the display
|
||||||
/// order of elements on the same area layer. Order of area layers still takes
|
/// order of elements on the same area layer. Order of area layers still takes
|
||||||
/// precedence over z-index.
|
/// precedence over z-index.
|
||||||
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
|
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
|
||||||
|
|
Loading…
Reference in a new issue