From 5e47056e8d97e414c9dabacea71fac2bdc7d2818 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Apr 2022 11:41:00 +1000 Subject: Cleanup: malformed C-style comment blocks, spelling - Missing star prefix. - Unnecessary indentation. - Blank line after dot-points (otherwise doxygen merges with the previous dot-point). - Use back-slash for doxygen commands. - Correct spelling. --- source/blender/makesdna/DNA_ID.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h index e3a6f50531d..17d783d3ebf 100644 --- a/source/blender/makesdna/DNA_ID.h +++ b/source/blender/makesdna/DNA_ID.h @@ -349,8 +349,10 @@ typedef struct ID_Runtime_Remap { int status; /** During ID remapping the number of skipped use cases that refcount the data-block. */ int skipped_refcounted; - /** During ID remapping the number of direct use cases that could be remapped (e.g. obdata when -in edit mode). */ + /** + * During ID remapping the number of direct use cases that could be remapped + * (e.g. obdata when in edit mode). + */ int skipped_direct; /** During ID remapping, the number of indirect use cases that could not be remapped. */ int skipped_indirect; -- cgit v1.2.3