aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Model/DocumentationNode.kt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2016-01-08 19:57:23 +0100
committerDmitry Jemerov <yole@jetbrains.com>2016-01-08 19:57:23 +0100
commit628356d63443b11ff2221707c54a397f548d38a4 (patch)
tree54c8c5f1bcece2ce56f3cb14f504db52b144f196 /core/src/main/kotlin/Model/DocumentationNode.kt
parent299b5c1566820128e3276f761404789e09b909a5 (diff)
downloaddokka-628356d63443b11ff2221707c54a397f548d38a4.tar.gz
dokka-628356d63443b11ff2221707c54a397f548d38a4.tar.bz2
dokka-628356d63443b11ff2221707c54a397f548d38a4.zip
link to JDK classes (KT-10452)
Diffstat (limited to 'core/src/main/kotlin/Model/DocumentationNode.kt')
-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 dcb50e8f..3cedb8e6 100644
--- a/core/src/main/kotlin/Model/DocumentationNode.kt
+++ b/core/src/main/kotlin/Model/DocumentationNode.kt
@@ -43,6 +43,8 @@ enum class NodeKind {
SourceUrl,
SourcePosition,
+ ExternalLink,
+
/**
* A note which is rendered once on a page documenting a group of overloaded functions.
* Needs to be generated equally on all overloads.