Skip to content

Commit a87db82

Browse files
committed
Better docs
1 parent 1497d54 commit a87db82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/core/options/opts.kotlinc.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ default: 'first-only-warn' in language version 2.2+, 'first-only' in version 2.1
445445
"x_warning_level": struct(
446446
args = dict(
447447
default = {},
448-
doc = "Suppress specific warnings globally",
448+
doc = "Suppress specific warnings globally. Ex: 'OPTION': '(error|warning|disabled)'",
449449
),
450450
type = attr.string_dict,
451451
value_to_flag = None,

0 commit comments

Comments
 (0)