diff options
-rw-r--r-- | core/src/main/kotlin/DokkaGenerator.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/kotlin/DokkaGenerator.kt b/core/src/main/kotlin/DokkaGenerator.kt index 0921e5bc..671d0725 100644 --- a/core/src/main/kotlin/DokkaGenerator.kt +++ b/core/src/main/kotlin/DokkaGenerator.kt @@ -1,3 +1,5 @@ +@file:Suppress("SameParameterValue") + package org.jetbrains.dokka import org.jetbrains.dokka.model.DModule |