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
Age
Commit message (
Expand
)
Author
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-04-08
Rework AnnotationTarget to be stricter (#2414)
owengray-google
2022-03-28
Bug resolving in ultralightmethod (#2400)
Vadim Mishenev
2022-02-18
Fix java getter / setter name generation (#2356)
CharlesG-Branch
2022-01-27
Collect annotations from package-info.java (#2331)
Ember Rose
2022-01-18
Add external documentable provider (#2307)
Paweł Marks
2021-12-23
Introduce documentedVisibilities setting (#2270)
Ignat Beresnev
2021-03-01
Add ability to suppress obvious functions like equals, toString... (#1758)
Marcin Aman
2021-02-16
Fix displaying default java visibility (#1738)
Marcin Aman
2020-11-27
Adding multimodule all modules page creation for gfm
Błażej Kardyś
2020-11-27
Fixing tests after moving SingleGeneration to base
Błażej Kardyś
2020-11-12
Javadoc @inheritDoc tag support (#1608)
Marcin Aman
2020-10-08
Fix multiline links in javadoc and wrong linebreaking of <pre> bodies (#1518)
Andrzej Ratajczak
2020-10-07
Hide derived members that are not public
Andrzej Ratajczak
2020-10-07
Introduce top-level DocTag
Andrzej Ratajczak
2020-10-01
Add parsing of package-info in java sources
Andrzej Ratajczak
2020-08-31
Let root package be represented as [root] to the user
sebastian.sellmair
2020-08-28
Fix presentation of code blocks in dokka html and dokka javadoc formats
Andrzej Ratajczak
2020-08-28
Draft for improving code formatting #1346
Marcin Aman
2020-08-19
Mitigate #1341 issue in light classes
sebastian.sellmair
2020-08-19
Reduce test source code to its minimum to reproduce #1341
sebastian.sellmair
2020-08-19
Implement test to reproduce https://github.com/Kotlin/dokka/issues/1341
sebastian.sellmair
2020-08-11
Fixing javadoc comment parser for psi files
Błażej Kardyś
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