aboutsummaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-rw-r--r--integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt b/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt
index 4c4d479f..fd6a4209 100644
--- a/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt
+++ b/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt
@@ -56,6 +56,7 @@ interface DokkaConfiguration {
val includeNonPublic: Boolean
val reportUndocumented: Boolean
val skipDeprecated: Boolean
+ val suppress: Boolean
}
interface ExternalDocumentationLink {