diff options
Diffstat (limited to 'core/src/main/kotlin/pages/contentNodeProperties.kt')
-rw-r--r-- | core/src/main/kotlin/pages/contentNodeProperties.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/kotlin/pages/contentNodeProperties.kt b/core/src/main/kotlin/pages/contentNodeProperties.kt index 3c9bd422..0a400165 100644 --- a/core/src/main/kotlin/pages/contentNodeProperties.kt +++ b/core/src/main/kotlin/pages/contentNodeProperties.kt @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + package org.jetbrains.dokka.pages import org.jetbrains.dokka.model.properties.ExtraProperty |