Update formatting of doc comment

This commit is contained in:
Hanno Braun 2025-03-21 20:02:36 +01:00
parent 040204231e
commit d0a9819515

View File

@ -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()