index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
base
/
src
/
test
/
kotlin
/
translators
/
DefaultPsiToDocumentableTranslatorTest.kt
Age
Commit message (
Expand
)
Author
2023-10-24
[K2] Enable Java tests for symbols (#3203)
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-06-01
Multi-param Java methods should not qualify for a setter (#3002)
Ignat Beresnev
2023-02-24
Mark Plugin Api as experimental (#2743)
Vadim Mishenev
2023-01-31
fill packageName and classNames for constructors from parent (#2837)
Andrey Tyrin
2023-01-12
Default Java constructor (#2795)
Andrey Tyrin
2022-09-26
Add documentation for synthetic Enum `values()` and `valueOf()` functions (#2...
Ignat Beresnev
2022-08-30
Handle `PsiImmediateClassType` as `PsiClassType` to resolve bounds (#2647)
Ignat Beresnev
2022-08-17
Add missing java primitives to annotation constant params parsing (#2610)
Ignat Beresnev
2022-08-17
Display values of java constants (#2609)
Ignat Beresnev
2022-08-03
Fix parsing of static imports in java annotation params (#2593)
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-04-29
Enable warnings as errors and fix all warnings (#2451)
Ignat Beresnev
2022-03-28
Bug resolving in ultralightmethod (#2400)
Vadim Mishenev
2022-01-27
Collect annotations from package-info.java (#2331)
Ember Rose
2021-02-16
Fix displaying default java visibility (#1738)
Marcin Aman
2020-11-27
Fixing tests after moving SingleGeneration to base
Błażej Kardyś
2020-10-01
Add parsing of package-info in java sources
Andrzej Ratajczak
2020-07-16
Data class fix
Andrzej Ratajczak
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-06-10
Implement `reportUndocumented` option to report undocumented code
sebastian.sellmair