From d9930d5fd0018fba9bd8bdda63cfd319c99c1884 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 17 Sep 2022 14:46:50 +1000 Subject: Cleanup: spelling, punctuation & repeated words in comments --- source/blender/makesdna/DNA_particle_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_particle_types.h') diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h index 268e1412eef..f152a5bcc61 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -159,7 +159,7 @@ typedef struct SPHFluidSettings { char _pad[6]; } SPHFluidSettings; -/* fluid->flag */ +/** #SPHFluidSettings.flag */ #define SPH_VISCOELASTIC_SPRINGS 1 #define SPH_CURRENT_REST_LENGTH 2 #define SPH_FAC_REPULSION 4 @@ -168,7 +168,7 @@ typedef struct SPHFluidSettings { #define SPH_FAC_VISCOSITY 32 #define SPH_FAC_REST_LENGTH 64 -/* fluid->solver (numerical ID field, not bitfield) */ +/** #SPHFluidSettings.solver (numerical ID field, not bit-field). */ #define SPH_SOLVER_DDR 0 #define SPH_SOLVER_CLASSICAL 1 -- cgit v1.2.3