Skip to content

Commit 5bed013

Browse files
committed
Switch some defaults
1 parent e288995 commit 5bed013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dokka/defs.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ dokka = rule(
121121
doc = "Include protected and private code",
122122
),
123123
"skipEmptyPackages": attr.bool(
124-
default = True,
124+
default = False,
125125
doc = "Do not create index pages for empty packages",
126126
),
127127
"skipDeprecated": attr.bool(
128-
default = True,
128+
default = False,
129129
doc = "When set, deprecated elements are not included in the generated documentation",
130130
),
131131
"reportUndocumented": attr.bool(

0 commit comments

Comments
 (0)