Skip to content

Commit 125fc2a

Browse files
committed
Make the MemberAttribute annotation work for variables
Member variables can have attributes, too.
1 parent 6bc7700 commit 125fc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/Annotations/AnnotationType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public enum AnnotationType
6969
[AttributeAnnotation("VB_Description")]
7070
ModuleDescription = 1 << 19 | Attribute | ModuleAnnotation,
7171
ModuleAttribute = 1 << 20 | Attribute | ModuleAnnotation,
72-
MemberAttribute = 1 << 21 | Attribute | MemberAnnotation
72+
MemberAttribute = 1 << 21 | Attribute | MemberAnnotation | VariableAnnotation
7373
}
7474

7575
[AttributeUsage(AttributeTargets.Field)]

0 commit comments

Comments
 (0)