Skip to content

Commit

Permalink
Bring back mergin of divergent entries (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinAman committed Sep 13, 2021
1 parent 372451f commit bcc1441
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ open class DefaultPageCreator(
kind = kind,
styles = setOf(ContentStyle.RowTitle),
sourceSets = elements.sourceSets.toSet(),
extra = extra
)
divergentGroup(
ContentDivergentGroup.GroupID(name),
Expand All @@ -649,7 +650,7 @@ open class DefaultPageCreator(
+buildSignature(it)
}
}
after {
after(extra = PropertyContainer.empty()) {
contentForBrief(it)
contentForSinceKotlin(it)
}
Expand Down

0 comments on commit bcc1441

Please sign in to comment.