aboutsummaryrefslogtreecommitdiff
path: root/integration/src/main/kotlin
diff options
context:
space:
mode:
authorChris Rankin <chris.rankin@r3.com>2017-10-05 17:51:24 +0100
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-11-22 21:53:26 +0300
commit2a62816f1a50f03927dad34eb0ee80a889cb9e7e (patch)
treef122e603335d8313dba7479a2949d8f4f2038eed /integration/src/main/kotlin
parentc821247cf3c342788e372470cf9c3ff9c2665a7f (diff)
downloaddokka-2a62816f1a50f03927dad34eb0ee80a889cb9e7e.tar.gz
dokka-2a62816f1a50f03927dad34eb0ee80a889cb9e7e.tar.bz2
dokka-2a62816f1a50f03927dad34eb0ee80a889cb9e7e.zip
Add "suppress" to the per-package configuration options.
Diffstat (limited to 'integration/src/main/kotlin')
-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 {