Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-31 | Add constructor keyword (#2691) | Andrey Tyrin | |
2022-10-20 | Do not render default value for var properties (#2717) | Ignat Beresnev | |
2022-08-26 | Do not render constructor pages and blocks and for annotation classes (#2642) | Ignat Beresnev | |
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-12-23 | Remove filtering out primary constructors from constructors tab (#2277) | Andrzej Ratajczak | |
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev | |
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter | |||
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-10-30 | Fix parsing first word in deprecated (#1595) | Marcin Aman | |
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags | |||
2020-10-08 | Improve styles | Marcin Aman | |
2020-09-29 | Fix failing tests | Andrzej Ratajczak | |
2020-09-10 | Fix showing fully qualified name for typealiases with clashing names | Andrzej Ratajczak | |
2020-08-11 | Fixing javadoc comment parser for psi files | Błażej Kardyś | |
2020-07-22 | Rename constructors to a classname | Marcin Aman | |
2020-07-13 | Render explicitly documented primary constructors | Paweł Marks | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-07-02 | Show fully qualified name for typealias targets to different packages | sebastian.sellmair | |
2020-06-30 | Fix primary constructor in signature | Kamil Doległo | |
2020-06-25 | Added deprecation filter. Included some tests. | Filip Zybała | |
2020-06-15 | Fix tests | Kamil Doległo | |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo | |
2020-06-12 | Fix after rebase | Andrzej Ratajczak | |
2020-06-09 | Fix rendering of functions without parameters | Paweł Marks | |
2020-05-26 | Apply request changes | Andrzej Ratajczak | |
2020-05-26 | Enhance signature presentation. Support presetnation Java as Kotlin and ↵ | Andrzej Ratajczak | |
Kotlin as Java. Refactor annotations creation from PSI/Descriptors. Add proper rendering of annotation signatures in both kotlin syntax and java syntax. Tests for annotations |