From c33e8e16a0e446b78496cbcd878ba76ea51c0940 Mon Sep 17 00:00:00 2001 From: Błażej Kardyś Date: Thu, 31 Oct 2019 11:44:03 +0100 Subject: Temp changes --- .idea/compiler.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.idea') diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 71547e0e..d3328b68 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -52,6 +52,8 @@ + + @@ -70,6 +72,8 @@ + + @@ -78,8 +82,14 @@ + + + + + + \ No newline at end of file -- cgit From 50111daf07c7afd1c1b60e9672ed6786c96efdea Mon Sep 17 00:00:00 2001 From: Paweł Marks Date: Thu, 31 Oct 2019 15:26:20 +0100 Subject: Make things compile, no matter the cost --- .idea/compiler.xml | 10 + .idea/kotlinc.xml | 4 +- core/build.gradle | 4 +- core/src/main/kotlin/DokkaBootstrapImpl.kt | 76 --- core/src/main/kotlin/Formats/AnalysisComponents.kt | 45 -- core/src/main/kotlin/Formats/FormatDescriptor.kt | 43 -- core/src/main/kotlin/Generation/DokkaGenerator.kt | 214 --------- .../kotlin/Java/JavaPsiDocumentationBuilder.kt | 344 ------------- core/src/main/kotlin/Java/JavadocParser.kt | 402 ---------------- .../kotlin/Kotlin/DescriptorDocumentationParser.kt | 188 -------- .../src/main/kotlin/Kotlin/DocumentationBuilder.kt | 534 --------------------- .../Kotlin/KotlinElementSignatureProvider.kt | 33 -- .../main/kotlin/Kotlin/KotlinLanguageService.kt | 473 ------------------ .../main/kotlin/Languages/CommonLanguageService.kt | 84 ---- core/src/main/kotlin/Languages/LanguageService.kt | 41 -- core/src/main/kotlin/Model/PackageDocs.kt | 136 ------ core/src/main/kotlin/Utilities/DokkaModules.kt | 82 ---- .../transformers/DocumentationToPageTransformer.kt | 2 +- settings.gradle | 20 +- 19 files changed, 25 insertions(+), 2710 deletions(-) delete mode 100644 core/src/main/kotlin/DokkaBootstrapImpl.kt delete mode 100644 core/src/main/kotlin/Formats/AnalysisComponents.kt delete mode 100644 core/src/main/kotlin/Formats/FormatDescriptor.kt delete mode 100644 core/src/main/kotlin/Generation/DokkaGenerator.kt delete mode 100644 core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt delete mode 100644 core/src/main/kotlin/Java/JavadocParser.kt delete mode 100644 core/src/main/kotlin/Kotlin/DescriptorDocumentationParser.kt delete mode 100644 core/src/main/kotlin/Kotlin/DocumentationBuilder.kt delete mode 100644 core/src/main/kotlin/Kotlin/KotlinElementSignatureProvider.kt delete mode 100644 core/src/main/kotlin/Kotlin/KotlinLanguageService.kt delete mode 100644 core/src/main/kotlin/Languages/CommonLanguageService.kt delete mode 100644 core/src/main/kotlin/Languages/LanguageService.kt delete mode 100644 core/src/main/kotlin/Model/PackageDocs.kt delete mode 100644 core/src/main/kotlin/Utilities/DokkaModules.kt (limited to '.idea') diff --git a/.idea/compiler.xml b/.idea/compiler.xml index d3328b68..111dac2e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -34,8 +34,18 @@ + + + + + + + + + + diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 38d23597..5a05248b 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -5,7 +5,7 @@