Age | Commit message (Expand) | Author |
2023-10-05 | Register Kotlin stdlib classpath in every unit test (#3183) | Vadim Mishenev |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev |
2023-08-30 | Migrate to JUnit 5 and unify used test API (#3138) | Ignat Beresnev |
2023-08-28 | Support Dokka K2 analysis (#3094) | Vadim Mishenev |
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev |
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 |
2022-07-27 | Disable copy button for signatures (#2577) | Ignat Beresnev |
2022-06-19 | Fix incorrectly labeling java properties as val/var (#2540) | Ignat Beresnev |
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 |
2022-05-16 | Don't expose enum constructor arguments to documentations (#2497) | ebraminio |
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev |
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 |
2022-04-27 | Fix empty parentheses for no-arg enum entry (#2470) | Ignat Beresnev |
2022-04-19 | Update Jsoup to 1.14.3 (#2448) | Ignat Beresnev |
2022-02-21 | Code cleanups (#2165) | Goooler |
2022-01-27 | Enhance generated primary constructor signature for html format (#2313) | Ignat Beresnev |
2022-01-27 | KT-50292 - Implement vertical alignment of parameters (#2309) | Ignat Beresnev |
2021-10-15 | Keep UI tabs (#2179) | vmishenev |
2021-10-14 | Add keywords `expect` and `actual` in signatures (#2182) | vmishenev |
2021-08-25 | Manual highlighting webhelp (#2079) | vmishenev |
2021-08-09 | Property annotation for getter and setter (#2049) | vmishenev |
2021-07-30 | Improve annotations rendering (#2045) | vmishenev |
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 |
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 defau... | Andrzej Ratajczak |
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 documentab... | Andrzej Ratajczak |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove concep... | sebastian.sellmair |