aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-10Update README.md for 0.10.1Kamil Doległo
2020-01-29Remove stack overflow errorMartin Bonnin
See https://github.com/Kotlin/dokka/issues/512#issuecomment-539737596
2020-01-29Add a CONTRIBUTING.mdMartin Bonnin
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-24Use a different method for classpath extraction from Android taskKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/549
2019-12-18Update README.mdKamil Doległo
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-18fix the link to the dokka fat jarunly
2019-12-18Make key methods of plugin and task protected openKamil Doległo
Addresses https://github.com/Kotlin/dokka/issues/534
2019-12-10Ignore samples.Sample import when generating runnable samplesTillmann Berg
2019-11-28Provide an error message when no pass config is presentKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/511
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-11-28Add better error message when fatjar cannot be resolvedKamil Doległo
2019-11-28Fix the testsKamil Doległo
2019-11-28Fix not skipping empty packages by defaultKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/510
2019-11-28Use builder when creating external link configurationKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/514
2019-11-28Bump dokka versionKamil Doległo
2019-11-28Resolved problems with android multiflavors documentation shadowing (#527)BarkingBad
2019-11-28Readme update for the androidVariantKamil Doległo
2019-11-28Refactor configuration extractionKamil Doległo
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/issue-templates' into tmp--release--0.10.0Simon Ogorodnik
2019-09-30Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0Simon Ogorodnik
2019-09-30Remove jitpack repositorySimon Ogorodnik
2019-09-30Fix repository orderSimon Ogorodnik
2019-09-30Make dokka_version directly definableSimon Ogorodnik
2019-09-27Update issue templatesKamil Doległo
2019-09-19Downgrade kotlinx-cli version because of an issue with artifact resolutionKamil Doległo
2019-09-18Readme updateKamil Doległo
2019-09-18Add androidVariant selection for single-platformKamil Doległo
2019-09-18Quick fix for Android config extractionKamil Doległo
2019-09-18Fix for Android classpath bugKamil Doległo
2019-09-17Readme updateKamil Doległo
2019-09-15Readme updateKamil Doległo
2019-09-15Add merging samples and includes from global configKamil Doległo
2019-09-15Fix a bug with non-native AndroidKamil Doległo
2019-09-09Fix the testKamil Doległo
2019-09-09Add a test for multiplatform and kotlinTasksKamil Doległo
2019-09-09Update README for Android pluginKamil Doległo
2019-09-04Fix kotlinTasks and subProjectsKamil Doległo
2019-09-02Bump dokka version to 0.10.0Kamil Doległo
2019-08-28Update the README for AntKamil Doległo
2019-08-27Fix for missing colon in links to external sites, ↵Kamil Doległo
https://github.com/Kotlin/dokka/issues/405
2019-08-27Fix typo in readmeKamil Doległo