mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-14 06:48:26 +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},
|
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
|
/// 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
|
/// assumed to be the start vertex of the next [`HalfEdge`] in the cycle. This
|
||||||
|
Loading…
Reference in New Issue
Block a user