From 2c53970bbfa44f58d436e9ca286875fa3919e364 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Sep 2022 15:27:21 +1000 Subject: Cleanup: use doxy sections, remove outdated comment --- source/blender/blenkernel/BKE_curves_utils.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/BKE_curves_utils.hh b/source/blender/blenkernel/BKE_curves_utils.hh index 5a931e5ac76..7d81847f4c1 100644 --- a/source/blender/blenkernel/BKE_curves_utils.hh +++ b/source/blender/blenkernel/BKE_curves_utils.hh @@ -15,9 +15,9 @@ namespace blender::bke::curves { -/* -------------------------------------------------------------------- - * Utility structs. - */ +/* -------------------------------------------------------------------- */ +/** \name Utility Structs + * \{ */ /** * Reference to a piecewise segment on a spline curve. @@ -302,9 +302,9 @@ class IndexRangeCyclic { /** \} */ -/* -------------------------------------------------------------------- - * Utility functions. - */ +/* -------------------------------------------------------------------- */ +/** \name Utility Functions + * \{ */ /** * Copy the provided point attribute values between all curves in the #curve_ranges index -- cgit v1.2.3