Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |