Skip to content
Snippets Groups Projects
Commit 47d2727a authored by Jesper's avatar Jesper
Browse files

Fix typo in reference manual

parent 1a3b0a92
Branches
No related tags found
No related merge requests found
...@@ -1758,7 +1758,7 @@ Option | Purpose ...@@ -1758,7 +1758,7 @@ Option | Purpose
`--flush=ARGS` | Generate methods for flushing attribute caches. `--flush=ARGS` | Generate methods for flushing attribute caches.
`--dot` | Generate a DOT graph of the abstract grammar. `--dot` | Generate a DOT graph of the abstract grammar.
`--emptyContainerSingletons` | Use singleton objects for empty List or Opt nodes. `--emptyContainerSingletons` | Use singleton objects for empty List or Opt nodes.
`--optimizeImports` | Remove unused imports in generated code. `--optimize-imports` | Remove unused imports in generated code.
`--statistics=PATH` | Output attribute statistics in CSV format to a file. `--statistics=PATH` | Output attribute statistics in CSV format to a file.
`--minListSize=NUM` | Performance tuning: minimum non-empty child list size. `--minListSize=NUM` | Performance tuning: minimum non-empty child list size.
`--staticState=yes/no` | Performance tuning: use a static field to store reference to AST state object. `--staticState=yes/no` | Performance tuning: use a static field to store reference to AST state object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment