From 58233e980ec01a38267b78e4c6d191c7a4174df6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 17:48:22 +0200 Subject: Cleanup: avoid adjacent C-style comments Causes clang-format to give different results on a second run. --- source/blender/makesdna/DNA_particle_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 ae677a93c43..a6ad651b5d7 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -407,7 +407,8 @@ typedef enum eParticleDrawFlag { PART_DRAW_GLOBAL_OB = (1 << 1), PART_DRAW_SIZE = (1 << 2), #ifdef DNA_DEPRECATED - PART_DRAW_EMITTER = (1 << 3), /* render emitter also */ /* DEPRECATED */ + /** Render emitter as well. */ + PART_DRAW_EMITTER = (1 << 3), /* DEPRECATED */ #endif PART_DRAW_HEALTH = (1 << 4), PART_ABS_PATH_TIME = (1 << 5), -- cgit v1.2.3