Skip to content

Commit 6db665e

Browse files
committed
Merge branch 'next' of https://github.com/retailcoder/Rubberduck into next
2 parents da7aa67 + 2725c60 commit 6db665e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Rubberduck.Parsing/Annotations/Concrete/IgnoreAnnotation.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ namespace Rubberduck.Parsing.Annotations.Concrete
1717
/// Option Explicit
1818
/// Private InternalState As VBA.Collection
1919
///
20-
/// '@Ignore
21-
/// Public Sub DoSomething(ByRef foo As Long)
22-
/// foo = 42
23-
/// End Sub
24-
///
2520
/// '@Ignore ProcedureNotUsed
26-
/// Public Sub DoSomethingElse()
21+
/// Public Sub DoSomething()
2722
/// '@Ignore VariableNotAssigned
2823
/// Dim result As Variant
2924
/// DoSomething result

0 commit comments

Comments
 (0)