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.
2 parents da7aa67 + 2725c60 commit 6db665eCopy full SHA for 6db665e
Rubberduck.Parsing/Annotations/Concrete/IgnoreAnnotation.cs
@@ -17,13 +17,8 @@ namespace Rubberduck.Parsing.Annotations.Concrete
17
/// Option Explicit
18
/// Private InternalState As VBA.Collection
19
///
20
- /// '@Ignore
21
- /// Public Sub DoSomething(ByRef foo As Long)
22
- /// foo = 42
23
- /// End Sub
24
- ///
25
/// '@Ignore ProcedureNotUsed
26
- /// Public Sub DoSomethingElse()
+ /// Public Sub DoSomething()
27
/// '@Ignore VariableNotAssigned
28
/// Dim result As Variant
29
/// DoSomething result
0 commit comments