@cparra/apex-reflection 2.19.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,13 +81,13 @@ which lives in `lib/antrl4-4.9.2`.
|
|
|
81
81
|
|
|
82
82
|
To generate the Antlr4 Apex output run:
|
|
83
83
|
|
|
84
|
-
```
|
|
84
|
+
```shell
|
|
85
85
|
antlr4 -Dlanguage=Dart lib/src/antlr/grammars/apex/ApexLexer.g4 lib/src/antlr/grammars/apex/ApexParser.g4 -o lib/src/antlr/lib/apex/
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
To generate the Antlr4 Apexdoc output run:
|
|
89
89
|
|
|
90
|
-
```
|
|
90
|
+
```shell
|
|
91
91
|
antlr4 -Dlanguage=Dart lib/src/antlr/grammars/apexdoc/ApexdocLexer.g4 lib/src/antlr/grammars/apexdoc/ApexdocParser.g4 -o lib/src/antlr/lib/apexdoc/
|
|
92
92
|
```
|
|
93
93
|
|