aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format
AgeCommit message (Expand)Author
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-25Fix AnalysisEnvironment to configure resolver properly according to latest ch...Simon Ogorodnik
2016-11-24Fixup, added some type alias rendering testsSimon 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
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo...Simon Ogorodnik
2016-11-08Fix for KT-14603 Do not escape html inside code blocks in markdown (#112)Simon Ogorodnik
2016-11-03Fix for KT-14076 : empty visible div's (#108)Simon Ogorodnik
2016-11-01Fix for GH #97 : Preserve language name of fenced code block for highlightSimon Ogorodnik
2016-11-01Fix for GH#94 : meta charset for Html formatSimon Ogorodnik
2016-07-08update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the qual...Dmitry Jemerov
2016-07-06handle code blocks escaped with multiple backticks correctly; generate extra ...Dmitry Jemerov
2016-07-06don't lose exclamation marks in code blocks (KT-13000)Dmitry Jemerov
2016-07-04Rewrite output generation; much cleaner Markdown and HTML generated. Resolves...Dmitry Jemerov
2016-07-01extract stateful builder out of FormatServiceDmitry Jemerov
2016-07-01introduce GFM output formatDmitry Jemerov
2016-05-10update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use r...Dmitry Jemerov
2016-04-28SOE protection when calculating type signature. Resolves #69Dmitry Jemerov
2016-04-28add test to ensure that @receiver is renderedDmitry Jemerov
2016-04-28test to ensure KT-10998 doesn't happen in DokkaDmitry Jemerov
2016-04-28correctly render Markdown in link text (KT-11791)Dmitry Jemerov
2016-04-28give some descriptions to type parameters to test rendering betterDmitry Jemerov
2016-04-01KT-11329: improve formatting of KDoc sectionsDmitry Jemerov
2016-04-01KT-11530: when the receiver type of an extension is generic, use subclass ins...Dmitry Jemerov
2016-03-31Don't lose line breaks in code blocks. Resolves #54Dmitry Jemerov
2016-03-31fix testdataDmitry Jemerov
2016-03-31Correctly format code samples in overload groups. Resolves #55Dmitry Jemerov
2016-01-28put the most important information required to identify an element in the beg...Dmitry Jemerov
2016-01-25update Dokka to internal RC: remove usages of kotlin.testDmitry Jemerov
2016-01-12don't sort enum values alphabetically (https://github.com/Kotlin/dokka/issues...Dmitry Jemerov