From 66c3a7c5502815af082feee73165d144bee78fb1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 01:42:45 +1000 Subject: Cleanup: comments (long lines) in makesdna --- source/blender/makesdna/DNA_workspace_types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_workspace_types.h') diff --git a/source/blender/makesdna/DNA_workspace_types.h b/source/blender/makesdna/DNA_workspace_types.h index 44526c93815..49c709b972c 100644 --- a/source/blender/makesdna/DNA_workspace_types.h +++ b/source/blender/makesdna/DNA_workspace_types.h @@ -77,8 +77,10 @@ typedef struct bToolRef { /** * \brief Wrapper for bScreen. * - * bScreens are IDs and thus stored in a main list-base. We also want to store a list-base of them within the - * workspace (so each workspace can have its own set of screen-layouts) which would mess with the next/prev pointers. + * #bScreens are IDs and thus stored in a main list-base. + * We also want to store a list-base of them within the workspace + * (so each workspace can have its own set of screen-layouts) + * which would mess with the next/prev pointers. * So we use this struct to wrap a bScreen pointer with another pair of next/prev pointers. */ typedef struct WorkSpaceLayout { -- cgit v1.2.3