Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-15 | Fix the test framework | Kamil Doległo | |
2020-01-15 | Add testing utils and examples | Szymon Świstun | |
2020-01-15 | Temporary reincluding and silencing integration tests | Paweł Marks | |
2020-01-15 | Information about generics and nullability is no longer lost | Paweł Marks | |
also removed obsolete and commented tests | |||
2020-01-15 | Resolved problems with DRI generics | Andrzej Ratajczak | |
2020-01-15 | Rewriting HtmlRenderer to use kotlinx.html | Błażej Kardyś | |
2020-01-08 | Fix linking to stdlib with Maven and CLI | Kamil 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 | |||
2020-01-08 | Delete accidentally added idea file | BarkingBad | |
2020-01-08 | Resolved problems with plugins loading ordering and added type safe ordering ↵ | Andrzej Ratajczak | |
function | |||
2020-01-08 | cleanup | Szymon Świstun | |
2020-01-08 | drop removed | Szymon Świstun | |
2020-01-08 | module name fix | Szymon Świstun | |
2020-01-08 | fixed module name | Szymon Świstun | |
2020-01-08 | response to comments | Szymon Świstun | |
2020-01-08 | DRI infinite recursion plug | Szymon Świstun | |
2020-01-08 | linksHandler temp fix | Szymon Świstun | |
2020-01-08 | change in list building logic | Szymon Świstun | |
2020-01-08 | module name | Szymon Świstun | |
2020-01-08 | BlockQuote and Img | Szymon Świstun | |
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-16 | Changes naming and applies pull request's requirements | Andrzej Ratajczak | |
2019-12-13 | Fix mathjax plugin for dokka to compile | Kamil Doległo | |
2019-12-13 | Add abstract structure for MD/HTML comments and MD parser | BarkingBad | |
2019-12-12 | Update IDE instructions in README | Tiem Song | |
Updated instructions to reflect loading project with IntellJ IDEA 2019.3. | |||
2019-12-10 | Ignore samples.Sample import when generating runnable samples | Tillmann Berg | |
2019-12-05 | Parentless page navigation | Błażej Kardyś | |
2019-12-03 | fix the link to the dokka fat jar | unly | |
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 | Cleanup old comments | Kamil Doległo | |
2019-11-28 | Fix a bug with internal links without extension | Kamil Doległo | |
2019-11-28 | Fix the tests | Kamil Doległo | |
2019-11-28 | Add some diagrams | Kamil Doległo | |
2019-11-28 | Bump dokka version | Kamil Doległo | |
2019-11-28 | Cleaning package naming | Błażej Kardyś | |
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-11-26 | Making names of extension points more consistent | Paweł Marks | |
2019-11-26 | Introduction of all important extension points and restructuring of ↵ | Paweł Marks | |
DokkaGenerator | |||
2019-11-26 | Fix FileWriter | Kamil Doległo | |
2019-11-26 | Fix XMLPlugin after changes in DRIs | Kamil Doległo | |