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/makesdna/DNA_space_types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index 7778a3aa234..92cf9d21e07 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -801,8 +801,10 @@ typedef enum eFileSel_Action { } eFileSel_Action; /* sfile->params->flag */ -/* Note: short flag, also used as 16 lower bits of flags in link/append code - * (WM and BLO code area, see BLO_LibLinkFlags in BLO_readfile.h). */ +/** + * \note short flag, also used as 16 lower bits of flags in link/append code + * (WM and BLO code area, see #eBLOLibLinkFlags in BLO_readfile.h). + */ typedef enum eFileSel_Params_Flag { FILE_PARAMS_FLAG_UNUSED_1 = (1 << 0), /* cleared */ FILE_RELPATH = (1 << 1), -- cgit v1.2.3