mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 11:58:27 +00:00
Update formatting of doc comment
This commit is contained in:
parent
ee87416648
commit
51d8805846
@ -47,7 +47,7 @@ pub fn export(tri_mesh: &TriMesh, path: &Path) -> Result<(), Error> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Export the provided mesh to the provided writer in the 3MF format.
|
/// # Export the provided mesh to the provided writer in the 3MF format
|
||||||
pub fn export_3mf(
|
pub fn export_3mf(
|
||||||
mesh: &TriMesh,
|
mesh: &TriMesh,
|
||||||
write: impl Write + Seek,
|
write: impl Write + Seek,
|
||||||
|
Loading…
Reference in New Issue
Block a user