Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
2023-07-03 | Enhance typealias presentation (#3053) | Vadim Mishenev | |
2023-06-30 | Generate dedicated pages for typealiases (#3051) | Vadim Mishenev | |
2023-04-07 | Move the `Properties` block to be above `Functions` (#2908) | Ignat Beresnev | |
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-08-03 | Fix spelling error 'depenent' (#2594) | Felix Dombek | |
Co-authored-by: Felix Dombek <Felix.Dombek@tomtom.com> | |||
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-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2022-04-29 | Fix arg name inside functional type (#2478) | Vadim Mishenev | |
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-02-21 | Code cleanups (#2165) | Goooler | |
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-15 | Keep UI tabs (#2179) | vmishenev | |
* Keep ui tabs * Group functions by description * Fix tests for keeping ui tabs | |||
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 | |
2021-06-22 | Logging in CLI (#1976) | Marcin Aman | |
2021-05-31 | Fix rendering html in briefs (#1931) | Marcin Aman | |
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-08 | Improve styles | Marcin Aman | |
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-29 | Fix failing tests | Andrzej Ratajczak | |
2020-09-28 | Add better handling of functional types in rendered output | 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-09-08 | Remove topologicalSort since it is no longer used | Andrzej Ratajczak | |
2020-09-08 | Changed way of merging documentables to avoid exception on merging ↵ | Andrzej Ratajczak | |
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms | |||
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 | |