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
/
enums
/
EnumsTest.kt
Age
Commit message (
Expand
)
Author
2022-06-30
Add enum synthetic functions to documentable model (#2553)
Ignat Beresnev
2022-05-16
Don't expose enum constructor arguments to documentations (#2497)
ebraminio
2022-04-27
Fix empty parentheses for no-arg enum entry (#2470)
Ignat Beresnev
2022-04-26
Fix reversed ordering of enum entries (#2469)
Ignat Beresnev
2022-01-27
Fix resolving DRIs of Enum Entries (#2305)
Andrzej Ratajczak
2021-08-25
Manual highlighting webhelp (#2079)
vmishenev
2021-04-14
Fix visibility on enum entry property (#1828)
Marcin Aman
2020-11-27
Fixing tests after moving SingleGeneration to base
Błażej Kardyś
2020-10-08
Improve styles
Marcin Aman
2020-10-06
Addding separate pages for properties
Błażej Kardyś
2020-08-11
Fixing javadoc comment parser for psi files
Błażej Kardyś
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-07-01
Implement `AbstractJavadocTemplateMapTest` API
sebastian.sellmair
2020-06-25
Fix tests after rebase
Andrzej Ratajczak
2020-06-25
Fix tests
Andrzej Ratajczak
2020-06-25
Tests for SinceKotlin and Deprecated
Andrzej Ratajczak
2020-06-25
Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ...
Andrzej Ratajczak
2020-06-23
First version of javadoc output generation
Andrzej Ratajczak
2020-06-09
Improve CSS, pages navigation tree and create anchors on page
Marcin Aman
2020-06-09
Make enum entry constructor sourceset dependent
Marcin Aman
2020-06-03
Enum constructor values
Marcin Aman
2020-04-22
Fix test
Andrzej Ratajczak
2020-03-30
Restricting pages generation for inherited functions
Błażej Kardyś
2020-03-18
Fix minor bugs and add core tests
Szymon Świstun
2020-03-17
Add expect with generation
Szymon Świstun
2020-03-16
Rename Documentables to avoid name conflicts
Kamil Doległo
2020-03-06
fixed enum entries generation
Szymon Świstun
2020-02-28
Test api moved to sensible package
Paweł Marks
2020-02-18
Moves all core tests to base plugin
Paweł Marks