We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc7700 commit 125fc2aCopy full SHA for 125fc2a
Rubberduck.Parsing/Annotations/AnnotationType.cs
@@ -69,7 +69,7 @@ public enum AnnotationType
69
[AttributeAnnotation("VB_Description")]
70
ModuleDescription = 1 << 19 | Attribute | ModuleAnnotation,
71
ModuleAttribute = 1 << 20 | Attribute | ModuleAnnotation,
72
- MemberAttribute = 1 << 21 | Attribute | MemberAnnotation
+ MemberAttribute = 1 << 21 | Attribute | MemberAnnotation | VariableAnnotation
73
}
74
75
[AttributeUsage(AttributeTargets.Field)]
0 commit comments