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/editors/include/ED_uvedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_uvedit.h') diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h index 40a57a321d8..4c01c75e06c 100644 --- a/source/blender/editors/include/ED_uvedit.h +++ b/source/blender/editors/include/ED_uvedit.h @@ -325,7 +325,7 @@ struct UVPackIsland_Params { }; /** - * Returns true if UV coordinates lie on a valid tile in UDIM grid or tiled image. + * Returns true if UV coordinates lie on a valid tile in UDIM grid or tiled image. */ bool uv_coords_isect_udim(const struct Image *image, const int udim_grid[2], -- cgit v1.2.3