Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Remove all unnecessary files | Kamil Doległo | |
2019-10-10 | Extract testApi from core | 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 | |||
2018-07-12 | Test refactoring, add common platform tests | aleksZubakov | |
2018-07-12 | Test refactoring and split by different platforms | aleksZubakov | |
2016-11-02 | Added test and post-review fix | Simon Ogorodnik | |
2016-01-25 | update Dokka to internal RC: remove usages of kotlin.test | Dmitry Jemerov | |
2016-01-12 | fix compilation after merge | Dmitry Jemerov | |
2016-01-12 | Merge pull request #48 from ingokegel/master | Dmitry Jemerov | |
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements | |||
2016-01-06 | Linking to a target with underscores did not work | ingo | |
For example, in a link like [MY_VALUE], the link would only try to resolve the text "MY" until the first underscore. Since the markdown parser parses the link label as [TEXT:MY, EMPH:_, TEXT:VALUE], using the first TEXT child node is not sufficient. | |||
2016-01-04 | cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵ | Dmitry Jemerov | |
RefKind | |||
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |