Skip to content

Commit

Permalink
Merge pull request #5729 from rubberduck-vba/retailcoder-patch-2
Browse files Browse the repository at this point in the history
fixes the EntryPointAnnotation broken xmldoc example
  • Loading branch information
retailcoder committed Apr 8, 2021
2 parents 8af8e21 + bffa62e commit 51f2d13
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,6 @@ namespace Rubberduck.Parsing.Annotations.Concrete
/// </remarks>
/// <example>
/// <module name="Module1" type="Standard Module">
/// </module>
/// <![CDATA[
/// Option Explicit
/// Option Private Module
Expand All @@ -31,6 +30,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
/// '...
/// End Sub
/// ]]>
/// </module>
/// </example>
public sealed class EntryPointAnnotation : AnnotationBase
{
Expand Down Expand Up @@ -69,4 +69,4 @@ public override IReadOnlyList<string> ProcessAnnotationArguments(IEnumerable<str
return base.ProcessAnnotationArguments(args);
}
}
}
}

0 comments on commit 51f2d13

Please sign in to comment.