aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Ratajczak <andrzej.ratajczak98@gmail.com>2020-08-17 08:47:37 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-08-17 11:53:29 +0200
commit09004d828b5640b1471309f9e537ca64a28affd3 (patch)
tree737017046a5d692d995b665a015424877f25abc8
parent24710663084b0ccd964a2b8a3e0b1dacd63dac43 (diff)
downloaddokka-09004d828b5640b1471309f9e537ca64a28affd3.tar.gz
dokka-09004d828b5640b1471309f9e537ca64a28affd3.tar.bz2
dokka-09004d828b5640b1471309f9e537ca64a28affd3.zip
Apply requested changes
-rw-r--r--core/src/main/kotlin/model/Documentable.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/kotlin/model/Documentable.kt b/core/src/main/kotlin/model/Documentable.kt
index 11436fb4..c0289fd3 100644
--- a/core/src/main/kotlin/model/Documentable.kt
+++ b/core/src/main/kotlin/model/Documentable.kt
@@ -333,8 +333,8 @@ data class DTypeAlias(
override val documentation: SourceSetDependent<DocumentationNode>,
override val expectPresentInSet: DokkaSourceSet?,
override val sourceSets: Set<DokkaSourceSet>,
- override val extra: PropertyContainer<DTypeAlias> = PropertyContainer.empty(),
- override val generics: List<DTypeParameter>
+ override val generics: List<DTypeParameter>,
+ override val extra: PropertyContainer<DTypeAlias> = PropertyContainer.empty()
) : Documentable(), WithType, WithVisibility, WithExtraProperties<DTypeAlias>, WithGenerics {
override val children: List<Nothing>
get() = emptyList()