Update formatting of doc comment

This commit is contained in:
Hanno Braun 2025-03-21 20:05:30 +01:00
parent 54a2fc9aa0
commit df41db657e

View File

@ -20,7 +20,7 @@ use crate::{
window::{self, Window}, window::{self, Window},
}; };
/// Display the provided mesh in a window that processes input /// # Display the provided mesh in a window that processes input
pub fn display(tri_mesh: TriMesh, invert_zoom: bool) -> Result<(), Error> { pub fn display(tri_mesh: TriMesh, invert_zoom: bool) -> Result<(), Error> {
let event_loop = EventLoop::new()?; let event_loop = EventLoop::new()?;