From 370bf45d2dca5fcd71f53c71386be8667157c446 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Thu, 25 Jun 2020 19:27:21 +0200 Subject: Make samples runnable --- core/src/main/kotlin/pages/ContentNodes.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src') diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index 4e4c0fca..3843bb48 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -214,7 +214,7 @@ interface Kind enum class ContentKind : Kind { Comment, Constructors, Functions, Parameters, Properties, Classlikes, Packages, Symbol, Sample, Main, BriefComment, - Empty, Source, TypeAliases, Cover, Inheritors, SourceSetDependantHint, Extensions, Annotations; + Empty, Source, TypeAliases, Cover, Inheritors, SourceSetDependentHint, Extensions, Annotations; companion object { private val platformTagged = @@ -229,7 +229,7 @@ enum class TextStyle : Style { } enum class ContentStyle : Style { - RowTitle, TabbedContent, WithExtraAttributes + RowTitle, TabbedContent, WithExtraAttributes, RunnableSample } object CommentTable : Style -- cgit