aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Model
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2016-01-12 19:04:53 +0100
committerDmitry Jemerov <yole@jetbrains.com>2016-01-12 19:04:53 +0100
commitf3ed9f5fa553c72a254e5ca5d28e108849937769 (patch)
tree76d4dd6239da5ca01bddd35a54b8427d550c9e4f /core/src/main/kotlin/Model
parenta3ec2e2afd6f4140ac78f7630fa9c2ca1f8ca8af (diff)
downloaddokka-f3ed9f5fa553c72a254e5ca5d28e108849937769.tar.gz
dokka-f3ed9f5fa553c72a254e5ca5d28e108849937769.tar.bz2
dokka-f3ed9f5fa553c72a254e5ca5d28e108849937769.zip
generate all types index
Diffstat (limited to 'core/src/main/kotlin/Model')
-rw-r--r--core/src/main/kotlin/Model/DocumentationNode.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/kotlin/Model/DocumentationNode.kt b/core/src/main/kotlin/Model/DocumentationNode.kt
index f7e935b2..afa513d1 100644
--- a/core/src/main/kotlin/Model/DocumentationNode.kt
+++ b/core/src/main/kotlin/Model/DocumentationNode.kt
@@ -46,6 +46,8 @@ enum class NodeKind {
ExternalLink,
+ AllTypes,
+
/**
* A note which is rendered once on a page documenting a group of overloaded functions.
* Needs to be generated equally on all overloads.