forked from jasder/antlr
tweak doc
This commit is contained in:
parent
c0e22b99d6
commit
c2f104cd08
|
@ -485,7 +485,13 @@ Otherwise enter `N` to ignore the warning.
|
|||
|
||||
## Update javadoc for runtime and tool
|
||||
|
||||
First, gen javadoc:
|
||||
Above build should make latest in
|
||||
|
||||
```
|
||||
~/.m2/repository/org/antlr/antlr4-runtime/4.9/antlr4-runtime-4.9
|
||||
```
|
||||
|
||||
but you can regen (watch pom version!):
|
||||
|
||||
```bash
|
||||
$ cd antlr4
|
||||
|
|
Loading…
Reference in New Issue