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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index 13358ce7bc8..8e89f4a42b7 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -167,9 +167,9 @@ typedef struct FMod_FunctionGenerator {
float value_offset;
/* flags */
- /** EFMod_Generator_Functions. */
+ /** #eFMod_Generator_Functions. */
int type;
- /** EFMod_Generator_flags. */
+ /** #eFMod_Generator_flags. */
int flag;
} FMod_FunctionGenerator;