Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 24, 2024
1 parent c93ff10 commit a72c0ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion crates/fj-core/src/geometry/geometry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Surface>,
Expand Down

0 comments on commit a72c0ed

Please sign in to comment.