aboutsummaryrefslogtreecommitdiff
path: root/core/testdata
AgeCommit message (Expand)Author
2017-04-10Fix typo in html tag emph -> emSimon Ogorodnik
2017-03-29Implement assertion replacement templates for samplesSimon Ogorodnik
2017-03-20Fix p tag closing in HTML format'sSimon Ogorodnik
2017-03-20Create HTML based format for kotlin-websiteSimon Ogorodnik
2017-03-20Merge branch '0.9.14/KT-15497'Simon Ogorodnik
2017-03-09Fixed broken links to members of groupNode membersSimon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-03-01Fix testSimon Ogorodnik
2017-02-28Correct detecting platform for Extensions on external classesSimon Ogorodnik
2017-02-28Split data tags for kotlin-website formatSimon Ogorodnik
2017-02-27Merge branch 'semoro/multiplatform'Simon Ogorodnik
2017-02-27Platform and version requirements for packages.Simon Ogorodnik
2017-02-27Render functional type in parenthesis when it in receiver positionSimon Ogorodnik
2017-02-27Fix loosing of line breaks inside import list for kotlin-website-samples formatSimon Ogorodnik
2017-02-27Package platforms detected based on it's members, refactored multiplatform te...Simon Ogorodnik
2017-02-27Fix testSimon Ogorodnik
2017-02-24Merge remote-tracking branch 'origin/0.9.14/BlankLines'Dmitry Jemerov
2017-02-24Merge branch 'website-samples'Dmitry Jemerov
2017-02-24Don't show member extensions defined in other classes in the list of members ...Dmitry Jemerov
2017-02-24Omit platform of members when it's the same as the platform of the defining c...Dmitry Jemerov
2017-02-24Support 'dynamic' typeDmitry Jemerov
2017-02-23Don't show implied platforms in outputDmitry Jemerov
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov
2017-02-23Show platforms of a node in summary tableDmitry 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-16KT-16262 Dokka does not render suspending function types properlySimon Ogorodnik
2017-02-10Tweaking of sample formattingSimon Ogorodnik
2017-02-09Removed leading newlineSimon Ogorodnik
2017-02-07KT-16197 WebDemo: No empty stringsSimon Ogorodnik
2017-01-18KT-15497 Dokka: Using of not-FQ name in @sample should be allowedSimon Ogorodnik
2017-01-13Drop import samples.* for website-samplesSimon Ogorodnik
2017-01-13Updated Kotlin Compiler finally and resolved problemsSimon Ogorodnik
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
2016-11-30Fixed tests for sample formatsSimon Ogorodnik
2016-11-29Merge pull request #111 from Kotlin/website-samplesSimon Ogorodnik
2016-11-29Post-review fixes, removed code duplication, fixed @throws supportSimon Ogorodnik
2016-11-28Fix for GH-115, `@param` and `@return` tags is missing in javadoc outputSimon Ogorodnik
2016-11-25Fix AnalysisEnvironment to configure resolver properly according to latest ch...Simon Ogorodnik
2016-11-24Fixup, added some type alias rendering testsSimon Ogorodnik
2016-11-24Added javadoc format test for simple typealiasesSimon Ogorodnik
2016-11-24Test for previous fix, in/out modifiers not lostSimon Ogorodnik
2016-11-24Type alias supportSimon Ogorodnik
2016-11-24Fixed testSimon Ogorodnik
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-14Post review fixes, now building text in single pass.Simon Ogorodnik
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...Simon Ogorodnik
2016-11-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik