From 3aadd4c85e55ab8321bd3230ffd975cc85e394a8 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Wed, 26 Feb 2020 17:04:53 +0100 Subject: Remove unneeded DSLMarker, fix bugs in PageCreator, add new ContentKinds --- 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 7cf0e7b8..d6d6f17c 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -119,7 +119,7 @@ interface Style interface Kind enum class ContentKind : Kind { - Comment, Functions, Parameters, Properties, Classes, Packages, Symbol, Sample, Main + Comment, Constructors, Functions, Parameters, Properties, Classlikes, Packages, Symbol, Sample, Main } enum class TextStyle : Style { -- cgit