aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/website
AgeCommit message (Collapse)Author
2023-02-09Remove old test data (#2824)Ignat Beresnev
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-03-01Fix testSimon Ogorodnik
2017-02-28Split data tags for kotlin-website formatSimon Ogorodnik
2016-11-30Fixed tests for sample formatsSimon 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, ↵Simon Ogorodnik
Added SampleProcessingService to FormatDescriptor
2016-11-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" ↵Simon Ogorodnik
markdown="1">...</div> And small refactoring
2016-11-03Fix for KT-14076 : empty visible div's (#108)Simon Ogorodnik
Fix for KT-14076 : empty visible div's
2016-07-04Rewrite output generation; much cleaner Markdown and HTML generated. ↵Dmitry Jemerov
Resolves #71, #72
2016-04-01KT-11329: improve formatting of KDoc sectionsDmitry Jemerov
2016-03-31fix testdataDmitry Jemerov
2016-03-31Correctly format code samples in overload groups. Resolves #55Dmitry Jemerov