Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-24 | Reorganize tabs for Classlike (#2764) | Vadim Mishenev | |
2023-01-12 | Default Java constructor (#2795) | Andrey Tyrin | |
2022-10-31 | Add constructor keyword (#2691) | Andrey Tyrin | |
2022-09-21 | Wrap long signatures dynamically based on client width (#2659) | Ignat Beresnev | |
2022-07-27 | Disable copy button for signatures (#2577) | Ignat Beresnev | |
* Disable copy button for signatures | |||
2022-06-19 | Fix incorrectly labeling java properties as val/var (#2540) | Ignat Beresnev | |
Fixes #2539 | |||
2022-06-17 | Handle more corner cases for inherited accessors (#2532) | Ignat Beresnev | |
2022-06-09 | Make `dokka-analysis` dependency compileOnly in base plugin (#2521) | Vadim Mishenev | |
2022-06-08 | Support definitely non-nullable types (#2520) | Vadim Mishenev | |
* Support definitely non-nullable types [Definitely non-nullable types](https://github.com/Kotlin/KEEP/blob/c72601cf35c1e95a541bb4b230edb474a6d1d1a8/proposals/definitely-non-nullable-types.md) are enabled since Kotlin 1.7 | |||
2022-05-16 | Don't expose enum constructor arguments to documentations (#2497) | ebraminio | |
* Don't expose enum constructor arguments to documentation Enum constructor arguments is mostly internal detail of enums that isn't supposed to be exposed to clients of some library so let's don't put it in the generated documentations result. | |||
2022-04-28 | Make a default value dependent on source set (#2449) | Vadim Mishenev | |
* Make a default value dependent on source set * Get a default value from an expect source set * Fix default value for expect properties * Deprecate `DefaultValue.value` * Add test * Refactor * Reformat | |||
2022-04-27 | Fix empty parentheses for no-arg enum entry (#2470) | Ignat Beresnev | |
* Fix empty parentheses for no-arg enum entry Fixes #2355 * Move parentheses punctuation inside `list` call * Revert formatting * Correct expected ordering of enum entries in tests | |||
2022-04-19 | Update Jsoup to 1.14.3 (#2448) | Ignat Beresnev | |
* Update Jsoup to 1.14.3 * Fix Jsoup API breaking changes after the update * Fix new Qodana inspections * Replace IllegalStateException with more appropriate NoSuchElementException | |||
2022-01-27 | Enhance generated primary constructor signature for html format (#2313) | Ignat Beresnev | |
Fixes #1880 | |||
2022-01-27 | KT-50292 - Implement vertical alignment of parameters (#2309) | Ignat Beresnev | |
* Implement vertical alignment (wrapping) of parameters for kt * Add tests for params wrapping and extend matchers to check for classes * Add distinguishable parameters block to kotlinAsJava, extract common logic * Create a separate Kind for symbol function parameters | |||
2021-10-14 | Add keywords `expect` and `actual` in signatures (#2182) | vmishenev | |
2021-08-25 | Manual highlighting webhelp (#2079) | vmishenev | |
* Add manual code highlighting * Fix test * Add kotlinAsJava highlighting * Add runtime highlighting via Prism * Add copy-button for code block * Add tests and refactor * Replace `<br>` for prism.js * Parse trivial default values Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-08-09 | Property annotation for getter and setter (#2049) | vmishenev | |
2021-07-30 | Improve annotations rendering (#2045) | vmishenev | |
omit parentheses if there are no parameters add quotes for string literals into annotations | |||
2021-07-27 | Remove extra `fun` keyword in functional interface signature (#2040) | vmishenev | |
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman | |
* Parsing of JvmName * Make JvmName processor run after KaJ | |||
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-10-06 | Fixing clashing properties and functions pages | Błażej Kardyś | |
2020-10-05 | Fix vararg signatures (#1516) | Andrzej Ratajczak | |
2020-09-29 | Add processing of annotations to typealiases | Andrzej Ratajczak | |
2020-09-28 | Add default values for primitive proprties. Add presenting in signature ↵ | Andrzej Ratajczak | |
default values | |||
2020-09-10 | Add tests | Andrzej Ratajczak | |
2020-09-10 | Add TypeAliased bound | Andrzej Ratajczak | |
2020-09-10 | Fix tests | Andrzej Ratajczak | |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-27 | Add tests to ensure variance | Andrzej Ratajczak | |
2020-08-20 | Fix tests after bad rebase | Andrzej Ratajczak | |
2020-08-20 | Add some tests | Andrzej Ratajczak | |
2020-08-19 | Fix tests after the Gradle plugin update | Kamil Doległo | |
2020-08-19 | Fix tests containing unresolved links | Kamil Doległo | |
2020-08-17 | Add tests and add projections to javadoc | Andrzej Ratajczak | |
2020-08-17 | Add generic typealiases proper parsing and some tests | Andrzej Ratajczak | |
2020-08-14 | Update an old test that had an assertion the other way around | Paweł Marks | |
2020-07-23 | Remove `actual` keyword from typealiases | Kamil Doległo | |
Closes #1203 | |||
2020-07-09 | Fixes after rebase | Andrzej Ratajczak | |
2020-07-09 | Add tests for signatures rendering | Andrzej Ratajczak | |