From 5e47056e8d97e414c9dabacea71fac2bdc7d2818 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Apr 2022 11:41:00 +1000 Subject: Cleanup: malformed C-style comment blocks, spelling - Missing star prefix. - Unnecessary indentation. - Blank line after dot-points (otherwise doxygen merges with the previous dot-point). - Use back-slash for doxygen commands. - Correct spelling. --- source/blender/blenkernel/BKE_armature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_armature.h') diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h index 6765fb3ef08..888de38dcc7 100644 --- a/source/blender/blenkernel/BKE_armature.h +++ b/source/blender/blenkernel/BKE_armature.h @@ -165,7 +165,7 @@ void BKE_pchan_minmax(const struct Object *ob, float r_max[3]); /** * Calculate the axis aligned bounds of the pose of `ob` in world-space. - + * * `r_min` and `r_max` are expanded to fit `ob->pose` so the caller must initialize them * (typically using #INIT_MINMAX). * -- cgit v1.2.3