aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2020-01-29Update kotlin compiler version to 1.3.61Kamil Doległo
2020-01-08Fix linking to stdlib with Maven and CLIKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/551 by adding default links in each runner. This should probably be done in one place later on, but I don't see a good place to do it. We can't add it in DokkaGenerator without copying the whole configuration to some default implementation and we can't do it in ExternalDocumentationLinkResolver without redoing it in PackageProvider
2019-12-18Implement display of Java default constructorsAndrea Falcone
PsiClass does not include methods which are not present in the text of the code. So when there are no constructors in a java class this represents a class that only has a default constructor. The fix is to create one for documentation.
2019-12-10Ignore samples.Sample import when generating runnable samplesTillmann Berg
2019-11-28Fix package suppressionKamil Doległo
Package suppression depended on the order of `perPackageOption`s. That should not be the case. Fixes https://github.com/Kotlin/dokka/issues/521
2019-10-04Merge remote-tracking branch 'origin/multiplatform-support' into ↵Simon Ogorodnik
tmp--release--0.10.0
2019-10-03Fix the testsKamil Doległo
2019-10-03Fix the extension function file locationKamil Doległo
2019-09-30Fix alltypes page lookKamil Doległo
2019-09-30Fix package suppressionKamil Doległo
2019-09-30Fix for multiple file rendering issuesKamil Doległo
2019-09-30Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0Simon Ogorodnik
2019-08-27Fix for missing colon in links to external sites, ↵Kamil Doległo
https://github.com/Kotlin/dokka/issues/405
2019-08-05Fix nested annotation and perPackageOptions bugsKamil 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-01Fix bug with nonexistent file on nativeKamil 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-21Fix groupNode tests, expected needs checkingKamil Doległo
2019-06-13Cherry-pick NPE bugfixKamil Doległo
2019-06-13Fix NPE after release 0.9.18Kamil 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-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
2019-05-23Merge branch 'multiplatform-support' of github.com:KrystianUjma/dokka into ↵KrystianUjma
multiplatform-support
2019-05-23#465 - fix javadoc parameters generation for java classesKrystianUjma
2019-05-20Update "Can't find node ..." warning messageKamil Doległo
2019-05-15Fix SinceKotlinKamil Doległo
2019-05-10Fix javadoc cast exception for annotation classesKamil Doległo
2019-05-07Fix some testsKamil Doległo
2019-04-30Fix suspend inline function testKamil Doległo
2019-04-19reformat codeKrystianUjma
2019-04-19Fix hardcoded classpaths for TestAPIKamil Doległo
2019-04-18fix tests (format change)KrystianUjma
2019-04-18enable BaseKotlinWebSiteHtmlFormatTestKrystianUjma
2019-04-18remove kotlin-websiteKrystianUjma
2019-04-16Merge pull request #1 from kamilok1965/rework_gradle_pluginKrystian Ujma
Rework gradle plugin
2019-04-16Fix pathKamil Doległo
2019-04-16Fix html formatting in some testsKamil Doległo
2019-04-15Mute Kotlin Website format testsKamil Doległo
2019-04-15Fix inline functions testsKamil Doległo
2019-04-10fix tests #2 - fails caused by bad index.html paths and missing paragraphsKrystianUjma
2019-04-10Rework Gradle plugin, autoconfiguration not working yetKamil Doległo
2019-04-09fix tests- fails caused by bad index.html paths and missing paragraphs.KrystianUjma