aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/model/JavaTest.kt
AgeCommit message (Collapse)Author
2019-10-31Remove all unnecessary filesKamil Doległo
2019-10-10Extract testApi from coreKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-02-19Cleanup httpSimon Ogorodnik
2018-10-29Cleanup support for NodeRenderContentSimon Ogorodnik
2018-07-16Merge branch 'devsite-fixes-backport' into dev-multiplatfaleksZubakov
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt
2018-07-14[backport] Introduce option to enable/disable jdk linkingSimon Ogorodnik
Original: 8e9e768
2018-07-13[backport] Support deep inheritance with external classesSimon Ogorodnik
Original: 9e65c3d
2018-07-12Test refactoring and split by different platformsaleksZubakov
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2016-11-02Fix for GH #98 : Added tests, altered fix code for corner casesSimon Ogorodnik
2016-07-04Rewrite output generation; much cleaner Markdown and HTML generated. ↵Dmitry Jemerov
Resolves #71, #72
2016-02-02restore handling of @suppress tags in javadoc commentsDmitry Jemerov
2016-01-25update Dokka to internal RC: remove usages of kotlin.testDmitry Jemerov
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