mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-12 13:58:28 +00:00
Update formatting of doc comment
This commit is contained in:
parent
54a2fc9aa0
commit
df41db657e
@ -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()?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user