@@ -14,7 +14,6 @@ fn enter_s(&mut self, _ctx: &SContext<'input>) { }
1414 * @param ctx the parse tree
1515 */
1616fn exit_s ( & mut self , _ctx : & SContext < ' input > ) { }
17-
1817/**
1918 * Enter a parse tree produced by the {@code add}
2019 * labeled alternative in {@link LabelsParser#e}.
@@ -27,7 +26,6 @@ fn enter_add(&mut self, _ctx: &AddContext<'input>) { }
2726 * @param ctx the parse tree
2827 */
2928fn exit_add ( & mut self , _ctx : & AddContext < ' input > ) { }
30-
3129/**
3230 * Enter a parse tree produced by the {@code parens}
3331 * labeled alternative in {@link LabelsParser#e}.
@@ -40,7 +38,6 @@ fn enter_parens(&mut self, _ctx: &ParensContext<'input>) { }
4038 * @param ctx the parse tree
4139 */
4240fn exit_parens ( & mut self , _ctx : & ParensContext < ' input > ) { }
43-
4441/**
4542 * Enter a parse tree produced by the {@code mult}
4643 * labeled alternative in {@link LabelsParser#e}.
@@ -53,7 +50,6 @@ fn enter_mult(&mut self, _ctx: &MultContext<'input>) { }
5350 * @param ctx the parse tree
5451 */
5552fn exit_mult ( & mut self , _ctx : & MultContext < ' input > ) { }
56-
5753/**
5854 * Enter a parse tree produced by the {@code dec}
5955 * labeled alternative in {@link LabelsParser#e}.
@@ -66,7 +62,6 @@ fn enter_dec(&mut self, _ctx: &DecContext<'input>) { }
6662 * @param ctx the parse tree
6763 */
6864fn exit_dec ( & mut self , _ctx : & DecContext < ' input > ) { }
69-
7065/**
7166 * Enter a parse tree produced by the {@code anID}
7267 * labeled alternative in {@link LabelsParser#e}.
@@ -79,7 +74,6 @@ fn enter_anID(&mut self, _ctx: &AnIDContext<'input>) { }
7974 * @param ctx the parse tree
8075 */
8176fn exit_anID ( & mut self , _ctx : & AnIDContext < ' input > ) { }
82-
8377/**
8478 * Enter a parse tree produced by the {@code anInt}
8579 * labeled alternative in {@link LabelsParser#e}.
@@ -92,7 +86,6 @@ fn enter_anInt(&mut self, _ctx: &AnIntContext<'input>) { }
9286 * @param ctx the parse tree
9387 */
9488fn exit_anInt ( & mut self , _ctx : & AnIntContext < ' input > ) { }
95-
9689/**
9790 * Enter a parse tree produced by the {@code inc}
9891 * labeled alternative in {@link LabelsParser#e}.
0 commit comments