From 1dae11ccb5f9aea099d8f52ae32138bed02d946f Mon Sep 17 00:00:00 2001 From: Mattias Fredriksson Date: Wed, 24 Aug 2022 18:11:55 -0400 Subject: Cleanup: Improve comments Add to comments in curves header, fix typo in attribute header. Ref D14481 --- source/blender/makesdna/DNA_curves_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_curves_types.h b/source/blender/makesdna/DNA_curves_types.h index 89deeec898b..6c38d316508 100644 --- a/source/blender/makesdna/DNA_curves_types.h +++ b/source/blender/makesdna/DNA_curves_types.h @@ -30,6 +30,7 @@ typedef enum CurveType { CURVE_TYPE_BEZIER = 2, CURVE_TYPE_NURBS = 3, } CurveType; +/* The number of supported curve types. */ #define CURVE_TYPES_NUM 4 typedef enum HandleType { -- cgit v1.2.3