Skip to content

Commit fe4ffed

Browse files
committed
docs(plugins): Mention the type of an optional value
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent fdfda94 commit fe4ffed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/GeneratePluginDocsTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ abstract class GeneratePluginDocsTask : DefaultTask() {
132132
append(defaultValue)
133133
if (isStringValue) append("\"")
134134
} else {
135-
append("<optional>")
135+
append("<OPTIONAL_$type>")
136136
}
137137
appendLine()
138138
}

0 commit comments

Comments
 (0)