Cleanup: unbalanced doxy sections

This commit is contained in:
Campbell Barton 2022-03-30 11:17:16 +11:00
parent ee1d5fb9e4
commit 87e5c4230f
3 changed files with 2 additions and 4 deletions

View File

@ -178,6 +178,4 @@ void interpolate_to_evaluated(const GSpan src, const Span<int> evaluated_offsets
});
}
/** \} */
} // namespace blender::bke::curves::bezier

View File

@ -5379,8 +5379,6 @@ void CustomData_debug_info_from_layers(const CustomData *data, const char *inden
namespace blender::bke {
/** \} */
/* -------------------------------------------------------------------- */
/** \name Custom Data C++ API
* \{ */

View File

@ -927,6 +927,8 @@ static bool collection_preview_contains_geometry_recursive(const Collection *col
return false;
}
/** \} */
/* -------------------------------------------------------------------- */
/** \name Action Preview
* \{ */