mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-10 11:16:10 +00:00
Update doc comment
This commit is contained in:
parent
e40d4f828f
commit
d559b1489c
@ -22,10 +22,9 @@ use super::Layer;
|
||||
/// For now, there is no need for this, and all layers are just hardcoded here.
|
||||
/// That can be changed, once necessary.
|
||||
pub struct Layers {
|
||||
/// The objects layer
|
||||
/// The topology layer
|
||||
///
|
||||
/// Manages the stores of topological and geometric objects that make up
|
||||
/// shapes.
|
||||
/// Manages the stores of topological objects.
|
||||
pub topology: Layer<Topology>,
|
||||
|
||||
/// The geometry layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user