diff options
Diffstat (limited to 'plugins/base/src/main/resources/dokka/format/html-as-java.properties')
-rw-r--r-- | plugins/base/src/main/resources/dokka/format/html-as-java.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/base/src/main/resources/dokka/format/html-as-java.properties b/plugins/base/src/main/resources/dokka/format/html-as-java.properties index f598f377..cbb5a399 100644 --- a/plugins/base/src/main/resources/dokka/format/html-as-java.properties +++ b/plugins/base/src/main/resources/dokka/format/html-as-java.properties @@ -1,2 +1,6 @@ +# +# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. +# + class=org.jetbrains.dokka.Formats.HtmlAsJavaFormatDescriptor -description=Produces output in HTML format using Java syntax
\ No newline at end of file +description=Produces output in HTML format using Java syntax |