aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/model
AgeCommit message (Expand)Author
2020-08-17Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to itsebastian.sellmair
2020-08-17Implement CompositeSourceSetID.plus APIsebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-06-15Fix testsKamil Doległo
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2019-10-31Remove all unnecessary filesKamil Doległo
2019-10-10Extract testApi from coreKamil Doległo
2019-10-03Fix the testsKamil Doległo
2019-08-27Fix for missing colon in links to external sites, https://github.com/Kotlin/d...Kamil Doległo
2019-05-23#465 - fix javadoc parameters generation for java classesKrystianUjma
2019-03-27Fix some "sinceKotlin" unit testsKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-03-11Fix test, prohibit non-unix path style for dir propertyKrystianUjma
2019-03-11Use canonicalPath instead of absolutePath for srcLinkRobert Stoll
2019-02-19Cleanup httpSimon Ogorodnik
2019-02-15fix annotatedProperty test (#426)Krystian Ujma
2019-02-11Update bundled kotlin-compiler to 1.3.20-dev-564Simon Ogorodnik
2018-12-14Modifiers sorted in wrong order #389Krystian Ujma
2018-11-23Fix constant values for JavaSimon Ogorodnik
2018-10-29Cleanup support for NodeRenderContentSimon Ogorodnik
2018-07-16Merge branch 'devsite-fixes-backport' into dev-multiplatfaleksZubakov
2018-07-14[backport] Introduce option to enable/disable jdk linkingSimon Ogorodnik
2018-07-13[backport] Support deep inheritance with external classesSimon Ogorodnik
2018-07-12Test refactoring, add common platform testsaleksZubakov
2018-07-12Test refactoring and split by different platformsaleksZubakov
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
2017-05-11Do not publish private companion object members in public only modeSimon Ogorodnik
2017-02-24Merge remote-tracking branch 'origin/0.9.14/BlankLines'Dmitry Jemerov
2017-02-24Merge branch 'website-samples'Dmitry Jemerov
2017-02-23Refactor SinceKotlin support to a more general "platform" mechanismDmitry Jemerov
2017-02-23Dokka now can detect and recognize SinceKotlinSimon Ogorodnik
2017-02-17Fix for GH-136 GH-137 Blank lines inside code blocks are not preservedSimon Ogorodnik
2017-02-09Removed leading newlineSimon Ogorodnik
2017-02-07KT-16197 WebDemo: No empty stringsSimon Ogorodnik
2016-11-28Fix sometimes failing testSimon Ogorodnik
2016-11-24Test for previous fix, in/out modifiers not lostSimon Ogorodnik
2016-11-24Type alias supportSimon Ogorodnik
2016-11-02Added test and post-review fixSimon Ogorodnik
2016-11-02Fix for GH #98 : Added tests, altered fix code for corner casesSimon Ogorodnik
2016-11-01Fix for GH #97 : Preserve language name of fenced code block for highlightSimon Ogorodnik
2016-11-01Fix for GH #95 , KT-13300 : dokka eats apostrophesSimon Ogorodnik
2016-07-04Rewrite output generation; much cleaner Markdown and HTML generated. Resolves...Dmitry Jemerov
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-12generate signature-based anchors for overloads; use signature instead of name...Dmitry Jemerov
2016-01-12fix compilation after mergeDmitry Jemerov