mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Update formatting in doc comment
This commit is contained in:
parent
4ad0844ced
commit
f1caa77337
@ -7,7 +7,7 @@ use crate::{
|
||||
validation::{validation_check::ValidationCheck, ValidationConfig},
|
||||
};
|
||||
|
||||
/// Adjacent [`HalfEdge`]s in [`Cycle`] are not connected
|
||||
/// # Adjacent [`HalfEdge`]s in [`Cycle`] are not connected
|
||||
///
|
||||
/// Each [`HalfEdge`] only references its start vertex. The end vertex is always
|
||||
/// assumed to be the start vertex of the next [`HalfEdge`] in the cycle. This
|
||||
|
Loading…
Reference in New Issue
Block a user