We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e108e09 commit 02a1998Copy full SHA for 02a1998
scala3doc/src/dotty/dokka/translators/ScalaPageCreator.scala
@@ -88,7 +88,7 @@ class ScalaPageCreator(
88
.addChildren(contentForComments(m).asScala.toSeq)
89
.groupingBlock(
90
"Packages",
91
- List("" -> m.getPackages.asScala.toList),
+ List("" -> m.getPackages.asScala.toList.filter(_.allMembers.nonEmpty)),
92
kind = ContentKind.Packages,
93
sourceSets = m.getSourceSets.asScala.toSet
94
)(
0 commit comments