aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Kotlin
AgeCommit message (Expand)Author
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
2017-05-11Do not publish private companion object members in public only modeSimon Ogorodnik
2017-05-04Add bunch of new parameters to runnersSimon Ogorodnik
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters
2017-03-29Per package optionsSimon Ogorodnik
2017-03-20Merge branch '0.9.14/KT-15497'Simon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-02-27Render functional type in parenthesis when it in receiver positionSimon Ogorodnik
2017-02-27data-platform attribute for index rows in kotlin-website formatSimon Ogorodnik
2017-02-24Merge remote-tracking branch 'origin/0.9.14/BlankLines'Dmitry Jemerov
2017-02-24Don't show member extensions defined in other classes in the list of members ...Dmitry Jemerov
2017-02-24Support 'dynamic' typeDmitry Jemerov
2017-02-24Option to skip declarations in root package from generated documentation (the...Dmitry Jemerov
2017-02-24Process all declarations with the same primary platform in a single pass; all...Dmitry Jemerov
2017-02-23Resolve link and generate alltypes only once, not after every platformDmitry 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-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-01-18KT-15497 Dokka: Using of not-FQ name in @sample should be allowedSimon Ogorodnik
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
2016-11-29Merge pull request #111 from Kotlin/website-samplesSimon Ogorodnik
2016-11-24Fix most of failing tests, by not unwrapping types, if it not abbreviated (Ot...Simon Ogorodnik
2016-11-24Type alias supportSimon 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-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-02Added test and post-review fixSimon Ogorodnik
2016-11-02Fix for GH-89 : Support for links to packagesSimon Ogorodnik
2016-11-02Fix for GH #98 : Added tests, altered fix code for corner casesSimon Ogorodnik
2016-11-02Fix for GH #98 : Classes marked with `@suppress` are included in JavaDoc outputSimon 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-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-05-10update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use r...Dmitry Jemerov
2016-05-10use a much simpler way to access JavaDescriptorResolverDmitry Jemerov
2016-04-28SOE protection when calculating type signature. Resolves #69Dmitry Jemerov
2016-04-28correctly render Markdown in link text (KT-11791)Dmitry Jemerov
2016-04-01KT-11530: when the receiver type of an extension is generic, use subclass ins...Dmitry Jemerov