diff options
Diffstat (limited to 'plugins/templating/src/main/kotlin/templates/DirectiveBasedTemplateProcessing.kt')
-rw-r--r-- | plugins/templating/src/main/kotlin/templates/DirectiveBasedTemplateProcessing.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/templating/src/main/kotlin/templates/DirectiveBasedTemplateProcessing.kt b/plugins/templating/src/main/kotlin/templates/DirectiveBasedTemplateProcessing.kt index 07f80883..5828884b 100644 --- a/plugins/templating/src/main/kotlin/templates/DirectiveBasedTemplateProcessing.kt +++ b/plugins/templating/src/main/kotlin/templates/DirectiveBasedTemplateProcessing.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.templates import org.jetbrains.dokka.DokkaConfiguration |