From ab7333e7ffe6fbfda4e55fcc168dc00eece3f7f8 Mon Sep 17 00:00:00 2001 From: Paweł Marks Date: Tue, 5 Nov 2019 16:01:44 +0100 Subject: Signatures and types rendering --- core/src/main/kotlin/Model/DocumentationNode.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main/kotlin/Model') 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?, -- cgit