From d20b08281e0e5cf47b7b549910b6f5ab7f61e57d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Sep 2020 16:41:55 +1000 Subject: Cleanup: naming for library link enum Use 'e' prefix, update comments. --- source/blender/windowmanager/intern/wm_files_link.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/windowmanager/intern/wm_files_link.c') diff --git a/source/blender/windowmanager/intern/wm_files_link.c b/source/blender/windowmanager/intern/wm_files_link.c index 6c7205b25d4..559eb6a78c2 100644 --- a/source/blender/windowmanager/intern/wm_files_link.c +++ b/source/blender/windowmanager/intern/wm_files_link.c @@ -159,8 +159,9 @@ typedef struct WMLinkAppendData { LinkNodePair items; int num_libraries; int num_items; - /** Combines #eFileSel_Params_Flag from DNA_space_types.h and - * BLO_LibLinkFlags from BLO_readfile.h */ + /** + * Combines #eFileSel_Params_Flag from DNA_space_types.h & #eBLOLibLinkFlags from BLO_readfile.h + */ int flag; /* Internal 'private' data */ @@ -402,7 +403,7 @@ static int wm_link_append_exec(bContext *C, wmOperator *op) scene = NULL; } - /* We need to add nothing from BLO_LibLinkFlags to flag here. */ + /* We need to add nothing from #eBLOLibLinkFlags to flag here. */ /* from here down, no error returns */ -- cgit v1.2.3