We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e288995 commit 5bed013Copy full SHA for 5bed013
dokka/defs.bzl
@@ -121,11 +121,11 @@ dokka = rule(
121
doc = "Include protected and private code",
122
),
123
"skipEmptyPackages": attr.bool(
124
- default = True,
+ default = False,
125
doc = "Do not create index pages for empty packages",
126
127
"skipDeprecated": attr.bool(
128
129
doc = "When set, deprecated elements are not included in the generated documentation",
130
131
"reportUndocumented": attr.bool(
0 commit comments