From a72c0ed188918f9d69c7158b4a641e7bf287a6ed Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Thu, 24 Oct 2024 19:15:32 +0200 Subject: [PATCH] Update doc comment --- crates/fj-core/src/geometry/geometry.rs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/crates/fj-core/src/geometry/geometry.rs b/crates/fj-core/src/geometry/geometry.rs index 9c48f1faf..96435459b 100644 --- a/crates/fj-core/src/geometry/geometry.rs +++ b/crates/fj-core/src/geometry/geometry.rs @@ -212,7 +212,14 @@ impl Geometry { self.curves.get(curve) } - /// # Access the geometry generator for the provided surface + /// # Access the geometry of the provided surface + /// + /// ## Implementation Note + /// + /// There currently is an ongoing transition to a new geometry system. This + /// method returns new-style geometry. Its name is temporary, while the + /// method returning the old-style geometry is still taking up the more + /// concise name. pub fn of_surface_2( &self, surface: &Handle,