File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -196,15 +196,6 @@ public class MyClass {
196
196
as block comments, whether they are Javadocs or not. Our Javadoc parser then transforms
197
197
these block comment ASTs into our Javadoc AST.
198
198
</p >
199
- <p >
200
- The difference is that Java grammar uses ANTLR v2, while Javadoc grammar uses ANTLR v4.
201
- Because of that, these two grammars and their trees are not compatible.
202
- Java AST consists of
203
- <a href =" apidocs/com/puppycrawl/tools/checkstyle/api/DetailAST.html" >DetailAST</a >
204
- objects, while Javadoc AST consists of
205
- <a href =" apidocs/com/puppycrawl/tools/checkstyle/api/DetailNode.html" >DetailNode</a >
206
- objects.
207
- </p >
208
199
<p >
209
200
Our Java grammar ignores whitespace in most cases, since Java itself does not care about
210
201
whitespace; however, whitespace is critical in Javadocs. For this reason, our Javadoc AST
You can’t perform that action at this time.
0 commit comments