diff --git a/crates/fj-export/src/lib.rs b/crates/fj-export/src/lib.rs index 2de837e59..a5ed45b83 100644 --- a/crates/fj-export/src/lib.rs +++ b/crates/fj-export/src/lib.rs @@ -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,