Cleanup: balance doxy sections

This commit is contained in:
Campbell Barton
2023-08-23 14:17:53 +10:00
parent c52965e9c7
commit 24ef5e097a
6 changed files with 18 additions and 5 deletions
@@ -465,6 +465,10 @@ void BKE_mesh_calc_volume(const float (*vert_positions)[3],
/** \} */
/* -------------------------------------------------------------------- */
/** \name Mesh Displacement Data Flip
* \{ */
void BKE_mesh_mdisp_flip(MDisps *md, const bool use_loop_mdisp_flip)
{
if (UNLIKELY(!md->totdisp || !md->disps)) {
@@ -120,12 +120,12 @@ bool BKE_mesh_face_normals_are_dirty(const Mesh *mesh)
/** \} */
namespace blender::bke::mesh {
/* -------------------------------------------------------------------- */
/** \name Mesh Normal Calculation (Polygons)
* \{ */
namespace blender::bke::mesh {
/*
* COMPUTE POLY NORMAL
*