Skip to content

Commit

Permalink
Refactor after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Jan 9, 2023
1 parent 3d49584 commit 88e3034
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -699,7 +699,8 @@ open class DefaultPageCreator(
}

private fun DocumentableContentBuilder.contentForCustomTagsBrief(documentable: Documentable) {
val customTags = documentable.customTags ?: return
val customTags = documentable.customTags
if (customTags.isEmpty()) return

documentable.sourceSets.forEach { sourceSet ->
customTags.forEach { (_, sourceSetTag) ->
Expand Down

0 comments on commit 88e3034

Please sign in to comment.