aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/model/LinkTest.kt
AgeCommit message (Collapse)Author
2019-10-31Remove all unnecessary filesKamil Doległo
2019-10-10Extract testApi from coreKamil Doległo
2019-08-27Fix for missing colon in links to external sites, ↵Kamil Doległo
https://github.com/Kotlin/dokka/issues/405
2018-07-12Test refactoring, add common platform testsaleksZubakov
2018-07-12Test refactoring and split by different platformsaleksZubakov
2016-11-02Added test and post-review fixSimon Ogorodnik
2016-01-25update Dokka to internal RC: remove usages of kotlin.testDmitry Jemerov
2016-01-12fix compilation after mergeDmitry Jemerov
2016-01-12Merge pull request #48 from ingokegel/masterDmitry Jemerov
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements
2016-01-06Linking to a target with underscores did not workingo
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-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵Dmitry Jemerov
RefKind
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov