Skip to content

Commit 2725c60

Browse files
authored
removed illegal example
1 parent 079e0fe commit 2725c60

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
@@ -15,13 +15,8 @@
1515
/// Option Explicit
1616
/// Private InternalState As VBA.Collection
1717
///
18-
/// '@Ignore
19-
/// Public Sub DoSomething(ByRef foo As Long)
20-
/// foo = 42
21-
/// End Sub
22-
///
2318
/// '@Ignore ProcedureNotUsed
24-
/// Public Sub DoSomethingElse()
19+
/// Public Sub DoSomething()
2520
/// '@Ignore VariableNotAssigned
2621
/// Dim result As Variant
2722
/// DoSomething result

0 commit comments

Comments
 (0)