From dce3ba8203b174d8cfd8cab21660bff54fb32747 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Thu, 27 Feb 2025 14:34:08 +0100 Subject: [PATCH] incorrect namespace --- Core/include/Acts/Geometry/BlueprintNode.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/include/Acts/Geometry/BlueprintNode.hpp b/Core/include/Acts/Geometry/BlueprintNode.hpp index e941f3af1a7..71495b493dd 100644 --- a/Core/include/Acts/Geometry/BlueprintNode.hpp +++ b/Core/include/Acts/Geometry/BlueprintNode.hpp @@ -47,7 +47,7 @@ class LayerBlueprintNode; /// called recursively. Some nodes, like @ref Acts::Experimental::CylinderContainerBlueprintNode, /// will take action on the volumes returns from its children, and perform /// sizing to connect them. See the @ref Acts::Experimental::CylinderContainerBlueprintNode -/// and @ref Acts::Experimental::CylinderVolumeStack documentation for details on how the +/// and @ref Acts::CylinderVolumeStack documentation for details on how the /// sizing is carried out. class BlueprintNode { public: