Skip to content

Commit 51f2d13

Browse files
authored
Merge pull request #5729 from rubberduck-vba/retailcoder-patch-2
fixes the EntryPointAnnotation broken xmldoc example
2 parents 8af8e21 + bffa62e commit 51f2d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.Parsing/Annotations/Concrete/EntryPointAnnotation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace Rubberduck.Parsing.Annotations.Concrete
1616
/// </remarks>
1717
/// <example>
1818
/// <module name="Module1" type="Standard Module">
19-
/// </module>
2019
/// <![CDATA[
2120
/// Option Explicit
2221
/// Option Private Module
@@ -31,6 +30,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
3130
/// '...
3231
/// End Sub
3332
/// ]]>
33+
/// </module>
3434
/// </example>
3535
public sealed class EntryPointAnnotation : AnnotationBase
3636
{
@@ -69,4 +69,4 @@ public override IReadOnlyList<string> ProcessAnnotationArguments(IEnumerable<str
6969
return base.ProcessAnnotationArguments(args);
7070
}
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)