Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-24 | Use a different method for classpath extraction from Android task | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/549 | |||
2019-12-18 | Update README.md | Kamil Doległo | |
2019-12-18 | Implement display of Java default constructors | Andrea 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-18 | fix the link to the dokka fat jar | unly | |
2019-12-18 | Make key methods of plugin and task protected open | Kamil Doległo | |
Addresses https://github.com/Kotlin/dokka/issues/534 | |||
2019-12-10 | Ignore samples.Sample import when generating runnable samples | Tillmann Berg | |
2019-11-28 | Provide an error message when no pass config is present | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/511 | |||
2019-11-28 | Fix package suppression | Kamil 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-28 | Add better error message when fatjar cannot be resolved | Kamil Doległo | |
2019-11-28 | Fix the tests | Kamil Doległo | |
2019-11-28 | Fix not skipping empty packages by default | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/510 | |||
2019-11-28 | Use builder when creating external link configuration | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/514 | |||
2019-11-28 | Bump dokka version | Kamil Doległo | |
2019-11-28 | Resolved problems with android multiflavors documentation shadowing (#527) | BarkingBad | |
2019-11-28 | Readme update for the androidVariant | Kamil Doległo | |
2019-11-28 | Refactor configuration extraction | Kamil Doległo | |
2019-10-04 | Merge remote-tracking branch 'origin/multiplatform-support' into ↵ | Simon Ogorodnik | |
tmp--release--0.10.0 | |||
2019-10-03 | Fix the tests | Kamil Doległo | |
2019-10-03 | Fix the extension function file location | Kamil Doległo | |
2019-09-30 | Fix alltypes page look | Kamil Doległo | |
2019-09-30 | Fix package suppression | Kamil Doległo | |
2019-09-30 | Fix for multiple file rendering issues | Kamil Doległo | |
2019-09-30 | Merge remote-tracking branch 'origin/issue-templates' into tmp--release--0.10.0 | Simon Ogorodnik | |
2019-09-30 | Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0 | Simon Ogorodnik | |
2019-09-30 | Remove jitpack repository | Simon Ogorodnik | |
2019-09-30 | Fix repository order | Simon Ogorodnik | |
2019-09-30 | Make dokka_version directly definable | Simon Ogorodnik | |
2019-09-27 | Update issue templates | Kamil Doległo | |
2019-09-19 | Downgrade kotlinx-cli version because of an issue with artifact resolution | Kamil Doległo | |
2019-09-18 | Readme update | Kamil Doległo | |
2019-09-18 | Add androidVariant selection for single-platform | Kamil Doległo | |
2019-09-18 | Quick fix for Android config extraction | Kamil Doległo | |
2019-09-18 | Fix for Android classpath bug | Kamil Doległo | |
2019-09-17 | Readme update | Kamil Doległo | |
2019-09-15 | Readme update | Kamil Doległo | |
2019-09-15 | Add merging samples and includes from global config | Kamil Doległo | |
2019-09-15 | Fix a bug with non-native Android | Kamil Doległo | |
2019-09-09 | Fix the test | Kamil Doległo | |
2019-09-09 | Add a test for multiplatform and kotlinTasks | Kamil Doległo | |
2019-09-09 | Update README for Android plugin | Kamil Doległo | |
2019-09-04 | Fix kotlinTasks and subProjects | Kamil Doległo | |
2019-09-02 | Bump dokka version to 0.10.0 | Kamil Doległo | |
2019-08-28 | Update the README for Ant | Kamil Doległo | |
2019-08-27 | Fix for missing colon in links to external sites, ↵ | Kamil Doległo | |
https://github.com/Kotlin/dokka/issues/405 | |||
2019-08-27 | Fix typo in readme | Kamil Doległo | |
2019-08-23 | Readme update | Kamil Doległo | |
2019-08-23 | Fix for platforms | Kamil Doległo | |
2019-08-23 | Add diagnostic info to Gradle platforms and create a top-level config | Kamil Doległo | |
2019-08-22 | Merge Android plugin into Gradle plugin | Kamil Doległo | |
2019-08-15 | Fix the copyright section | Stanislav Erokhin | |