aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Model
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2019-11-05 16:01:44 +0100
committerPaweł Marks <pmarks@virtuslab.com>2019-11-05 17:00:56 +0100
commitab7333e7ffe6fbfda4e55fcc168dc00eece3f7f8 (patch)
treefbcbdf0ac0f6501fe9b24c06a98562b9c3665a30 /core/src/main/kotlin/Model
parent81e93c295725f3a6ad3a112cf3dff1a6b931b621 (diff)
downloaddokka-ab7333e7ffe6fbfda4e55fcc168dc00eece3f7f8.tar.gz
dokka-ab7333e7ffe6fbfda4e55fcc168dc00eece3f7f8.tar.bz2
dokka-ab7333e7ffe6fbfda4e55fcc168dc00eece3f7f8.zip
Signatures and types rendering
Diffstat (limited to 'core/src/main/kotlin/Model')
-rw-r--r--core/src/main/kotlin/Model/DocumentationNode.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/kotlin/Model/DocumentationNode.kt b/core/src/main/kotlin/Model/DocumentationNode.kt
index 62228556..a82c86d1 100644
--- a/core/src/main/kotlin/Model/DocumentationNode.kt
+++ b/core/src/main/kotlin/Model/DocumentationNode.kt
@@ -57,6 +57,7 @@ class Property(
get() = listOfNotNull(receiver)
}
+// TODO: treat named Parameters and receivers differently
class Parameter(
override val dri: DRI,
val name: String?,