Skip to content

Commit

Permalink
Update documentation of geometry module
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 14, 2022
1 parent b2b6533 commit 831a18a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions crates/fj-kernel/src/geometry/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
//! Geometry objects
//!
//! Simplifying a bit, geometry is responsible for where things are, but now how
//! they are related. The types in this module are referred to by the types in
//! [`crate::topology`], which are responsible for defining how objects are
//! related.
//! Miscellaneous geometry code
mod points;

Expand Down

0 comments on commit 831a18a

Please sign in to comment.