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>2020-09-08 09:41:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-08 09:41:55 +0300
commitd20b08281e0e5cf47b7b549910b6f5ab7f61e57d (patch)
tree46789b097ecb67f88f49ffd6352d8f9a45af5c59 /source/blender/windowmanager/intern/wm_files_link.c
parent748deced1c7b85009142d1ebbffba4c1f2405a3f (diff)
Cleanup: naming for library link enum
Use 'e' prefix, update comments.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files_link.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files_link.c7
1 files changed, 4 insertions, 3 deletions
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 */