diff options
Diffstat (limited to 'resources/dokka/format')
-rw-r--r-- | resources/dokka/format/html-as-java.properties | 2 | ||||
-rw-r--r-- | resources/dokka/format/html.properties | 2 | ||||
-rw-r--r-- | resources/dokka/format/jekyll.properties | 2 | ||||
-rw-r--r-- | resources/dokka/format/kotlin-website.properties | 2 | ||||
-rw-r--r-- | resources/dokka/format/markdown.properties | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/resources/dokka/format/html-as-java.properties b/resources/dokka/format/html-as-java.properties deleted file mode 100644 index f598f377..00000000 --- a/resources/dokka/format/html-as-java.properties +++ /dev/null @@ -1,2 +0,0 @@ -class=org.jetbrains.dokka.Formats.HtmlAsJavaFormatDescriptor -description=Produces output in HTML format using Java syntax
\ No newline at end of file diff --git a/resources/dokka/format/html.properties b/resources/dokka/format/html.properties deleted file mode 100644 index 7881dfae..00000000 --- a/resources/dokka/format/html.properties +++ /dev/null @@ -1,2 +0,0 @@ -class=org.jetbrains.dokka.Formats.HtmlFormatDescriptor -description=Produces output in HTML format
\ No newline at end of file diff --git a/resources/dokka/format/jekyll.properties b/resources/dokka/format/jekyll.properties deleted file mode 100644 index b11401a4..00000000 --- a/resources/dokka/format/jekyll.properties +++ /dev/null @@ -1,2 +0,0 @@ -class=org.jetbrains.dokka.Formats.JekyllFormatDescriptor -description=Produces documentation in Jekyll format
\ No newline at end of file diff --git a/resources/dokka/format/kotlin-website.properties b/resources/dokka/format/kotlin-website.properties deleted file mode 100644 index c13e7675..00000000 --- a/resources/dokka/format/kotlin-website.properties +++ /dev/null @@ -1,2 +0,0 @@ -class=org.jetbrains.dokka.Formats.KotlinWebsiteFormatDescriptor -description=Generates Kotlin website documentation
\ No newline at end of file diff --git a/resources/dokka/format/markdown.properties b/resources/dokka/format/markdown.properties deleted file mode 100644 index 6217a6df..00000000 --- a/resources/dokka/format/markdown.properties +++ /dev/null @@ -1,2 +0,0 @@ -class=org.jetbrains.dokka.Formats.MarkdownFormatDescriptor -description=Produces documentation in markdown format
\ No newline at end of file |