aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-23Fix for platformsKamil Doległo
2019-08-23Add diagnostic info to Gradle platforms and create a top-level configKamil Doległo
2019-08-22Merge Android plugin into Gradle pluginKamil Doległo
2019-08-14Update READMEKamil Doległo
2019-08-14Fix CLI arguments, bump CLI library versionKamil Doległo
2019-08-13Fix typo in CLIKamil Doległo
2019-08-08Readme updateKamil Doległo
2019-08-08Fix Android compilation nameKamil Doległo
2019-08-06Remove TODOsKamil Doległo
2019-08-05Update bintray pluginSimon Ogorodnik
2019-08-05Fix nested annotation and perPackageOptions bugsKamil Doległo
2019-08-05Move kotlinTasks, update README, minor refactoringKamil Doległo
2019-08-05Cleanup, update READMEKamil Doległo
2019-07-09Quick and dirty fix for merging extensions for external classesKamil Doległo
2019-07-03Fix bug with common platform sourceSetsKamil Doległo
2019-07-01Fix bug with nonexistent file on nativeKamil Doległo
2019-06-28Add error message when sources from kotlin tasks cannot be extractedKamil Doległo
2019-06-25fix *.dataTags testsKrystianUjma
2019-06-24fix dataTagsInGroupNode testKrystianUjma
2019-06-21Fix format in KotlinWebsiteHtml, markdown format changed slightlyKamil Doległo
2019-06-21Add configuration of Dokka with closure in Gradle Kotlin DSLKamil Doległo
2019-06-21Fix groupNode tests, expected needs checkingKamil Doległo
2019-06-18Fix Gradle Incremental Build bug on 2.14.1Kamil Doległo
2019-06-18Fix NotSerializableExceptionKamil Doległo
2019-06-17Change log messageKamil Doległo
2019-06-17Readme updateKamil Doległo
2019-06-14refactoringKrystianUjma
2019-06-13Cherry-pick NPE bugfixKamil Doległo
2019-06-13Fix NPE after release 0.9.18Kamil Doległo
2019-06-13add config to readme.md - dokkaRuntime and dokkaFatJarKrystianUjma
2019-06-13Readme updateKamil Doległo
2019-06-13add config to readme.md - dokkaRuntime and dokkaFatJarKrystianUjma
2019-06-13Fix for Gradle incremental buildsKamil Doległo
2019-06-12Fix for ArtifactResolveException bug in Gradle for AndroidKamil Doległo
2019-06-11Fix Gradle typeSafeConfiguration testKamil Doległo
2019-06-11Fix for bug in #5aace9Kamil Doległo
2019-06-11fix kotlin website html testsKrystianUjma
2019-06-10Merge branch 'kotlin-website-html' into multiplatform-supportKrystianUjma
2019-06-10fix kotlin website html testsKrystianUjma
2019-06-10Fixed And/Gradle path bugKamil Doległo
2019-06-10fix kotlin website htmlKrystianUjma
2019-06-06Fix some bugsKamil Doległo
2019-06-05Bugfix for duplicate source rootsKamil Doległo
2019-06-05Implement configuration avoidanceKamil Doległo
2019-06-05#462 - add dokkaRuntime support for multiple dokka tasksKrystianUjma
2019-05-31Merge branch 'dokka-runtime-multiple-dokka-tasks' into multiplatform-supportKrystianUjma
2019-05-31462 - make dokkaRuntime support for multiple dokka tasksKrystianUjma
2019-05-30Add autoconfiguration, probably needs refactoringKamil Doległo
2019-05-29remove ignore from kotlin website html testsKrystianUjma
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt