mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Update formatting of doc comment
This commit is contained in:
parent
040204231e
commit
d0a9819515
@ -83,7 +83,7 @@ pub fn export_3mf(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Export the provided mesh to the provided writer in the STL format.
|
||||
/// # Export the provided mesh to the provided writer in the STL format
|
||||
pub fn export_stl(mesh: &TriMesh, mut write: impl Write) -> Result<(), Error> {
|
||||
let points = mesh
|
||||
.triangles()
|
||||
|
Loading…
Reference in New Issue
Block a user