mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Drop docs naming mechanisms that do not exist
This commit is contained in:
@@ -171,8 +171,7 @@ fn extend_extent(base: ExtentIn<'_>, new: ExtentIn<'_>, level: LevelIn) -> GPoll
|
||||
}
|
||||
}
|
||||
|
||||
/// The layer-path stamp: the flip-time replacement for the Merge
|
||||
/// subnetwork's named attribute write.
|
||||
/// The layer-path stamp: writes the owning layer's document node path on each lane.
|
||||
#[node_macro::node(category("Test"))]
|
||||
fn stamp_layer_path<'e, T>(ctx: impl Ctx + ExtractArena<'e>, element: T, path: Vec<NodeId>) -> Result<(T, Attr<'e, EditorLayerPath>), Interrupt> {
|
||||
let (parked, _) = ctx.arena().alloc(path).ok_or(GraphError {
|
||||
|
||||
Reference in New Issue
Block a user