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 8af8e21 + bffa62e commit 51f2d13Copy full SHA for 51f2d13
Rubberduck.Parsing/Annotations/Concrete/EntryPointAnnotation.cs
@@ -16,7 +16,6 @@ namespace Rubberduck.Parsing.Annotations.Concrete
16
/// </remarks>
17
/// <example>
18
/// <module name="Module1" type="Standard Module">
19
- /// </module>
20
/// <![CDATA[
21
/// Option Explicit
22
/// Option Private Module
@@ -31,6 +30,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
31
30
/// '...
32
/// End Sub
33
/// ]]>
+ /// </module>
34
/// </example>
35
public sealed class EntryPointAnnotation : AnnotationBase
36
{
@@ -69,4 +69,4 @@ public override IReadOnlyList<string> ProcessAnnotationArguments(IEnumerable<str
69
return base.ProcessAnnotationArguments(args);
70
}
71
72
-}
+}
0 commit comments