diff --git a/tool/resources/org/antlr/v4/tool/templates/codegen/CSharp/CSharp.stg b/tool/resources/org/antlr/v4/tool/templates/codegen/CSharp/CSharp.stg index 585e4cef4..cd70b3eaf 100644 --- a/tool/resources/org/antlr/v4/tool/templates/codegen/CSharp/CSharp.stg +++ b/tool/resources/org/antlr/v4/tool/templates/codegen/CSharp/CSharp.stg @@ -73,7 +73,7 @@ public interface IListener : IParseTreeListener { /// \ /// Enter a parse tree produced by the \\ -/// labeled alternative in \. +/// labeled alternative in \. /// Enter a parse tree produced by \. @@ -83,7 +83,7 @@ void Enter([NotNull] . /// Exit a parse tree produced by the \\ -/// labeled alternative in \. +/// labeled alternative in \. /// Exit a parse tree produced by \. @@ -121,7 +121,7 @@ public partial class BaseListener : IListene /// \ /// Enter a parse tree produced by the \\ -/// labeled alternative in \. +/// labeled alternative in \. /// Enter a parse tree produced by \. @@ -132,7 +132,7 @@ public virtual void Enter([NotNull] /// Exit a parse tree produced by the \\ -/// labeled alternative in \. +/// labeled alternative in \. /// Exit a parse tree produced by \. @@ -181,7 +181,7 @@ public interface IVisitor\ : IParseTreeVisitor\ /// Visit a parse tree produced by the \\ -/// labeled alternative in \. +/// labeled alternative in \. /// Visit a parse tree produced by \. @@ -219,7 +219,7 @@ public partial class BaseVisitor\ : AbstractParseTreeV /// \ /// Visit a parse tree produced by the \\ -/// labeled alternative in \. +/// labeled alternative in \. /// Visit a parse tree produced by \.