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
/
basic
Age
Commit message (
Expand
)
Author
2023-11-10
Restructure the project to utilize included builds (#3174)
Ignat Beresnev
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-02-20
Change default logging level of console apps (#2871)
Ignat Beresnev
2022-04-29
Enable warnings as errors and fix all warnings (#2451)
Ignat Beresnev
2021-06-22
Logging in CLI (#1976)
Marcin Aman
2021-01-21
Empty modules filtering (#1699)
Marcin Aman
2020-11-27
Fixing tests after moving SingleGeneration to base
Błażej Kardyś
2020-10-06
Addding separate pages for properties
Błażej Kardyś
2020-09-01
Implement exitGenerationGracefully API
sebastian.sellmair
2020-08-21
Replace SelfType with family of RecursiveTypes
Paweł Marks
2020-08-20
Fix LinkProvider to link properly all nested generic parameters
Andrzej Ratajczak
2020-08-20
Hide unused generic type variables in constructor
Andrzej Ratajczak
2020-08-17
Fix generic supertypes to hold TypeParameters
Andrzej Ratajczak
2020-08-14
Refactor loggers to allow for message filtering
Paweł Marks
2020-07-30
Bugfix: changed test logger package to proper one
Filip Zybała
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-07-01
Implement `AbstractJavadocTemplateMapTest` API
sebastian.sellmair
2020-06-25
Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...
sebastian.sellmair
2020-06-23
Fix tests on javadoc
Marcin Aman
2020-06-23
First version of javadoc output generation
Andrzej Ratajczak
2020-06-15
Implement "failOnWarning" option
sebastian.sellmair
2020-05-28
Return types links in inner classes with generic parents
Marcin Aman
2020-05-19
Missing generics on class. Add generics to annotation #834
Marcin Aman
2020-05-19
Add github actions CI
Marcin Aman
2020-03-30
Restricting pages generation for inherited functions
Błażej Kardyś
2020-03-17
Add expect with generation
Szymon Świstun
2020-02-28
Test api moved to sensible package
Paweł Marks
2020-02-18
Fixes not recognizing star projection in dris
Paweł Marks
2020-02-18
Moves all core tests to base plugin
Paweł Marks