Age | Commit message (Expand) | Author |
2017-11-07 | Fix problem with Java descriptors | Simon Ogorodnik |
2017-11-05 | Fix Can't find node by signature in asJava mode | Simon Ogorodnik |
2017-11-02 | #228: Correctly render multiline indented code blocks | Simon Ogorodnik |
2017-11-02 | Correctly handle redirects in ExternalDocumentationLinkResolver | Simon Ogorodnik |
2017-10-09 | Update kotlin-compiler to 1.1.51 | Simon Ogorodnik |
2017-06-23 | Suppress output of android.R and other generated stuff in dokka-android | Simon Ogorodnik |
2017-06-07 | Fix StringOutOfBoundsException in link mapping | Simon Ogorodnik |
2017-06-07 | Make package-list caching optional | Simon Ogorodnik |
2017-06-05 | Add caching of package-list's and fix multiple package-list loadings | Simon Ogorodnik |
2017-05-18 | Support reference-style markdown links in KDoc | Simon Ogorodnik |
2017-05-16 | Fix runner parameters for consistency, add default link to stdlib | Simon Ogorodnik |
2017-05-15 | Fix linking to javadoc external static fields | Simon Ogorodnik |
2017-05-11 | Resolve links in package docs in whole module | Simon Ogorodnik |
2017-05-11 | Add external documentation links argument to gradle, maven, ant | Simon Ogorodnik |
2017-05-11 | Support linking of external documentation | Simon Ogorodnik |
2017-05-11 | Do not publish private companion object members in public only mode | Simon Ogorodnik |
2017-05-04 | Add bunch of new parameters to runners | Simon Ogorodnik |
2017-05-04 | Fix Markdown list spacing, ordering, and erroneous new lines | Alex Waters |
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik |
2017-05-02 | Fix missing whitespace around links and tokens in Markdown formatted text | Alex Waters |
2017-03-29 | Per package options | Simon Ogorodnik |
2017-03-20 | Merge branch '0.9.14/KT-15497' | Simon Ogorodnik |
2017-03-01 | Correct merging of different type namesake declarations between platforms | Simon Ogorodnik |
2017-02-27 | Render functional type in parenthesis when it in receiver position | Simon Ogorodnik |
2017-02-27 | data-platform attribute for index rows in kotlin-website format | Simon Ogorodnik |
2017-02-24 | Merge remote-tracking branch 'origin/0.9.14/BlankLines' | Dmitry Jemerov |
2017-02-24 | Don't show member extensions defined in other classes in the list of members ... | Dmitry Jemerov |
2017-02-24 | Support 'dynamic' type | Dmitry Jemerov |
2017-02-24 | Option to skip declarations in root package from generated documentation (the... | Dmitry Jemerov |
2017-02-24 | Process all declarations with the same primary platform in a single pass; all... | Dmitry Jemerov |
2017-02-23 | Resolve link and generate alltypes only once, not after every platform | Dmitry Jemerov |
2017-02-23 | Don't show implied platforms in output | Dmitry Jemerov |
2017-02-23 | Merge declarations with the same signature defined for multiple platforms | Dmitry Jemerov |
2017-02-23 | Allow specifying implicit platforms for each source root | Dmitry Jemerov |
2017-02-23 | Refactor SinceKotlin support to a more general "platform" mechanism | Dmitry Jemerov |
2017-02-23 | Dokka now can detect and recognize SinceKotlin | Simon Ogorodnik |
2017-02-17 | Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved | Simon Ogorodnik |
2017-02-16 | KT-16262 Dokka does not render suspending function types properly | Simon Ogorodnik |
2017-01-18 | KT-15497 Dokka: Using of not-FQ name in @sample should be allowed | Simon Ogorodnik |
2016-12-06 | KT-14818 Render function type argument names in generated documentation (#116) | Simon Ogorodnik |
2016-11-29 | Merge pull request #111 from Kotlin/website-samples | Simon Ogorodnik |
2016-11-24 | Fix most of failing tests, by not unwrapping types, if it not abbreviated (Ot... | Simon Ogorodnik |
2016-11-24 | Type alias support | Simon Ogorodnik |
2016-11-14 | Post review fixes, now building text in single pass. | Simon Ogorodnik |
2016-11-14 | Replacing assertPrints, assertTrue to println for kotlin-website samples, Add... | Simon Ogorodnik |
2016-11-14 | Added //sampleStart //sampleEnd to samples on kotlin website | Simon Ogorodnik |
2016-11-14 | Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo... | Simon Ogorodnik |
2016-11-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | Simon Ogorodnik |
2016-11-02 | Added test and post-review fix | Simon Ogorodnik |
2016-11-02 | Fix for GH-89 : Support for links to packages | Simon Ogorodnik |