mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
tools_gradle_grammar_kit_plugin.md: Use "yes" instead of boolean value in the Required property
This commit is contained in:
parent
20e74892df
commit
90ef586f6b
@ -146,7 +146,7 @@ The source <path>.*flex</path> file to generate the lexer from.
|
||||
|
||||
{style="narrow"}
|
||||
Required
|
||||
: `true`
|
||||
: yes
|
||||
|
||||
Type
|
||||
: `String`
|
||||
@ -159,7 +159,7 @@ The path to the target directory for the generated lexer.
|
||||
|
||||
{style="narrow"}
|
||||
Required
|
||||
: `true`
|
||||
: yes
|
||||
|
||||
Type
|
||||
: `String`
|
||||
@ -208,7 +208,7 @@ The source <path>.bnf</path> file to generate the parser from.
|
||||
|
||||
{style="narrow"}
|
||||
Required
|
||||
: `true`
|
||||
: yes
|
||||
|
||||
Type
|
||||
: `String`
|
||||
@ -234,7 +234,7 @@ The location of the generated parser class, relative to the [`targetRootOutputDi
|
||||
|
||||
{style="narrow"}
|
||||
Required
|
||||
: `true`
|
||||
: yes
|
||||
|
||||
Type
|
||||
: `String`
|
||||
@ -247,7 +247,7 @@ The location of the generated PSI files, relative to the [`targetRootOutputDir`]
|
||||
|
||||
{style="narrow"}
|
||||
Required
|
||||
: `true`
|
||||
: yes
|
||||
|
||||
Type
|
||||
: `String`
|
||||
|
Loading…
x
Reference in New Issue
Block a user