diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index a7ff620a56c..e843ba87dd2 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -2255,7 +2255,7 @@ typedef enum eSnapFlag { SCE_SNAP_ROTATE = (1 << 1), SCE_SNAP_PEEL_OBJECT = (1 << 2), /** Project individual elements instead of whole object. */ - /* SCE_SNAP_PROJECT = (1 << 3), DEPRECATED * / + /** SCE_SNAP_PROJECT = (1 << 3), DEPRECATED */ /** Was `SCE_SNAP_NO_SELF`, but self should be active. */ SCE_SNAP_NOT_TO_ACTIVE = (1 << 4), SCE_SNAP_ABS_GRID = (1 << 5),