From db795a4727b3a2ad56a11147181d5e3d60ca0466 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Dec 2021 17:12:40 +1100 Subject: Cleanup: move public doc-strings into headers for 'makesrna' Ref T92709 --- source/blender/makesrna/intern/rna_wm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_wm.c') diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c index 1cb1397a0ed..8c128292fd7 100644 --- a/source/blender/makesrna/intern/rna_wm.c +++ b/source/blender/makesrna/intern/rna_wm.c @@ -142,9 +142,10 @@ static const EnumPropertyItem event_ndof_type_items[] = { }; #endif /* RNA_RUNTIME */ -/* not returned: CAPSLOCKKEY, UNKNOWNKEY */ const EnumPropertyItem rna_enum_event_type_items[] = { - /* Note we abuse 'tooltip' message here to store a 'compact' form of some (too) long names. */ + /* - Note we abuse 'tooltip' message here to store a 'compact' form of some (too) long names. + * - Intentionally excluded: #CAPSLOCKKEY, #UNKNOWNKEY. + */ {0, "NONE", 0, "", ""}, {LEFTMOUSE, "LEFTMOUSE", 0, "Left Mouse", "LMB"}, {MIDDLEMOUSE, "MIDDLEMOUSE", 0, "Middle Mouse", "MMB"}, -- cgit v1.2.3