Drop docs naming mechanisms that do not exist

This commit is contained in:
Dennis Kobert
2026-09-06 15:58:40 +00:00
parent e92faf763d
commit 6cdab6b95d
5 changed files with 4 additions and 9 deletions

View File

@@ -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 {