From c853a41545d461fee7af6f0e8aad11569c7d7d53 Mon Sep 17 00:00:00 2001 From: Filip ZybaƂa Date: Wed, 17 Jun 2020 09:59:19 +0200 Subject: Added descriptions with type and location to distinguish symbols with name-clash --- core/src/main/kotlin/pages/ContentNodes.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main') diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index b9a50cb6..1b9c937d 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -213,7 +213,7 @@ interface Kind enum class ContentKind : Kind { Comment, Constructors, Functions, Parameters, Properties, Classlikes, Packages, Symbol, Sample, Main, BriefComment, - Empty, Source, TypeAliases, Cover, Inheritors, SourceSetDependantHint; + Empty, Source, TypeAliases, Cover, Inheritors, SourceSetDependantHint, Annotations; companion object { private val platformTagged = -- cgit