Update formatting of doc comment

This commit is contained in:
Hanno Braun 2025-03-21 20:01:59 +01:00
parent ee87416648
commit 51d8805846

View File

@ -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(
mesh: &TriMesh,
write: impl Write + Seek,