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

View File

@@ -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)) {

View File

@@ -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
*

View File

@@ -274,12 +274,14 @@ class LightBake {
} // namespace blender::eevee
using namespace blender::eevee;
/** \} */
/* -------------------------------------------------------------------- */
/** \name Light Bake Job
* \{ */
using namespace blender::eevee;
wmJob *EEVEE_NEXT_lightbake_job_create(wmWindowManager *wm,
wmWindow *win,
Main *bmain,

View File

@@ -321,5 +321,3 @@ void VolumeModule::draw_resolve(View &view)
}
} // namespace blender::eevee
/** \} */

View File

@@ -1641,6 +1641,8 @@ void PAINT_OT_weight_paint_toggle(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
}
/** \} */
/** \name Weight Paint Operator
* \{ */
@@ -1970,4 +1972,5 @@ void PAINT_OT_weight_paint(wmOperatorType *ot)
paint_stroke_operator_properties(ot);
}
/** \} */

View File

@@ -981,6 +981,8 @@ void GRAPH_OT_ease(wmOperatorType *ot)
1.0f);
}
/** \} */
/* -------------------------------------------------------------------- */
/** \name Blend Offset Operator
* \{ */
@@ -1072,6 +1074,8 @@ void GRAPH_OT_blend_offset(wmOperatorType *ot)
1.0f);
}
/** \} */
/* -------------------------------------------------------------------- */
/** \name Blend to Ease Operator
* \{ */
@@ -1164,6 +1168,8 @@ void GRAPH_OT_blend_to_ease(wmOperatorType *ot)
1.0f);
}
/** \} */
/* -------------------------------------------------------------------- */
/** \name Match Slope
* \{ */