From 51d88058469d86fea1868bb6dd569c6e377b808e Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 21 Mar 2025 20:01:59 +0100 Subject: [PATCH] Update formatting of doc comment --- crates/fj-export/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,