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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-16 18:48:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 18:50:17 +0300
commit58233e980ec01a38267b78e4c6d191c7a4174df6 (patch)
treebfb558d095bdfe014f63d7c10a81915639c23ef3 /source/blender/makesdna/DNA_particle_types.h
parentad9275ed4e60b7ca4874bbb2c80fef6e2606eb39 (diff)
Cleanup: avoid adjacent C-style comments
Causes clang-format to give different results on a second run.
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h3
1 files changed, 2 insertions, 1 deletions
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),