Age | Commit message (Expand) | Author |
2017-03-23 | Add support for nice IDEA feature | Simon Ogorodnik |
2017-03-20 | Deprecate old kotlin-website formats | Simon Ogorodnik |
2017-03-20 | Create HTML based format for kotlin-website | Simon Ogorodnik |
2017-03-20 | Merge branch '0.9.14/KT-15497' | Simon Ogorodnik |
2017-03-09 | Fixed broken links to members of groupNode members | Simon Ogorodnik |
2017-03-01 | Correct merging of different type namesake declarations between platforms | Simon Ogorodnik |
2017-02-28 | Correct detecting platform for Extensions on external classes | Simon Ogorodnik |
2017-02-28 | Split data tags for kotlin-website format | Simon Ogorodnik |
2017-02-27 | Merge branch 'semoro/multiplatform' | Simon Ogorodnik |
2017-02-27 | Platform and version requirements for packages. | Simon Ogorodnik |
2017-02-27 | Render functional type in parenthesis when it in receiver position | Simon Ogorodnik |
2017-02-27 | Fix loosing of line breaks inside import list for kotlin-website-samples format | Simon Ogorodnik |
2017-02-27 | Package platforms detected based on it's members, refactored multiplatform te... | Simon Ogorodnik |
2017-02-27 | Fix test | Simon Ogorodnik |
2017-02-24 | Merge remote-tracking branch 'origin/0.9.14/BlankLines' | Dmitry Jemerov |
2017-02-24 | Merge branch 'website-samples' | Dmitry Jemerov |
2017-02-24 | Don't show member extensions defined in other classes in the list of members ... | Dmitry Jemerov |
2017-02-24 | Omit platform of members when it's the same as the platform of the defining c... | 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-22 | Better separation between analysis and output generation phases | Dmitry Jemerov |
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-02-09 | Removed leading newline | Simon Ogorodnik |
2017-02-07 | KT-16197 WebDemo: No empty strings | Simon Ogorodnik |
2017-01-18 | KT-15497 Dokka: Using of not-FQ name in @sample should be allowed | Simon Ogorodnik |
2017-01-13 | Drop import samples.* for website-samples | Simon Ogorodnik |
2016-12-06 | KT-14818 Render function type argument names in generated documentation (#116) | Simon Ogorodnik |
2016-11-30 | Fixed tests for sample formats | Simon Ogorodnik |
2016-11-29 | Merge pull request #111 from Kotlin/website-samples | Simon Ogorodnik |
2016-11-29 | Merge pull request #119 from Kotlin/0.9.10/GH-115 | Simon Ogorodnik |
2016-11-29 | Post-review fixes, removed code duplication, fixed @throws support | Simon Ogorodnik |
2016-11-28 | Fix sometimes failing test | Simon Ogorodnik |
2016-11-28 | Fix for GH-115, `@param` and `@return` tags is missing in javadoc output | Simon Ogorodnik |
2016-11-24 | Fixup, added some type alias rendering tests | Simon Ogorodnik |
2016-11-24 | Added javadoc format test for simple typealiases | Simon Ogorodnik |
2016-11-24 | Test for previous fix, in/out modifiers not lost | 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 | Replacing assertPrints, assertTrue to println for kotlin-website samples, Add... | Simon Ogorodnik |
2016-11-08 | Fix for KT-14603 Do not escape html inside code blocks in markdown (#112) | Simon Ogorodnik |
2016-11-08 | Disabled broken test due not-supported yet typealiases | Simon Ogorodnik |
2016-11-08 | Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libra... | Simon Ogorodnik |