Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_anim_types.h')
-rw-r--r--source/blender/makesdna/DNA_anim_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index 1eafa655195..c66618c0acd 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -438,9 +438,10 @@ typedef enum eDriverVar_Types {
/** 'final' transform for object/bones */
DVAR_TYPE_TRANSFORM_CHAN,
- /** Maximum number of variable types.
+ /**
+ * Maximum number of variable types.
*
- * \note This must always be th last item in this list,
+ * \note This must always be the last item in this list,
* so add new types above this line.
*/
MAX_DVAR_TYPES,