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
/
main
/
kotlin
/
translators
/
psi
Age
Commit message (
Expand
)
Author
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-09-02
Underline `@param` tag key for more consistency (#2643)
Ignat Beresnev
2022-08-30
Handle `PsiImmediateClassType` as `PsiClassType` to resolve bounds (#2647)
Ignat Beresnev
2022-08-18
Fix generic types caching (#2619)
Vadim Mishenev
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-10
Support Var html tag for Javadoc (#2617)
Andrey Tyrin
2022-08-03
Fix parsing of static imports in java annotation params (#2593)
Ignat Beresnev
2022-07-07
Improve handling of Java annotation parameters (#2562)
Ignat Beresnev
2022-06-30
Mark synthetic methods generated for Java enums as obvious (#2554)
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-05-31
Bump Kotlin to 1.7.0-RC (#2508)
Vadim Mishenev
2022-05-31
Fix gathering inherited properties (#2481)
Ignat Beresnev
2022-04-08
Rework AnnotationTarget to be stricter (#2414)
owengray-google
2022-03-30
Fix type parameter annotation regression (#2388) (#2410)
Ignat Beresnev
2022-02-21
Code cleanups (#2165)
Goooler
2022-02-17
Refactor Ancestry Graphs (#2326)
Andrzej Ratajczak
2022-02-15
Convert interfaces to functional (#2360)
Goooler
2022-02-08
Add support for header tags in Javadoc (#2345)
Andrea Falcone
2022-01-27
Collect annotations from package-info.java (#2331)
Ember Rose
2022-01-27
Fix resolving DRIs of Enum Entries (#2305)
Andrzej Ratajczak
2021-12-06
Description list support for JavaDocs (#2213)
Ignat Beresnev
2021-11-12
Store checked exceptions into `ExtraProperties` (#2222)
vmishenev
2021-09-27
Fix `img` tag in javadoc (#2166)
vmishenev
2021-09-24
Fix whitespaces inside `@link` tag (#2156)
vmishenev
2021-09-20
Make see tag display as other tables (#2153)
Marcin Aman
2021-08-30
Handle `@link` tag
vmishenev
2021-08-30
Don't force @literal in javadoc to be surrounded by code tag (#2089)
Fred Sladkey
2021-08-21
Make briefs contain first paragraph as in spec, resolve issues with i.e. (#2048)
Marcin Aman
2021-08-11
Handling `@code` tag (#2059)
vmishenev
2021-07-30
Add boolean, nullable types of annotation parameter value
vmishenev
2021-07-23
Add numeric types of annotation parameter value (#2035)
vmishenev
2021-07-12
Handle NBSP and other html entries (#2005)
Marcin Aman
2021-06-22
Multilanguage docs inheritance (#1951)
Marcin Aman
2021-05-17
Fix preserving spaces in Javadoc comments (#1923)
Kamil Doległo
2021-04-14
Fix missing annotations in GFM and unresolved static imports (#1845)
Marcin Aman
2021-04-06
Fix some compiler warnings (#1812)
Kamil Doległo
2021-03-01
Add ability to suppress obvious functions like equals, toString... (#1758)
Marcin Aman
2021-03-01
Suppress tag support (#1742)
Marcin Aman
2021-02-05
Annotations for parameters (#1710)
Marcin Aman
2021-01-20
Annotations for parameters (#1704)
Marcin Aman
2021-01-07
Change logging level for conflicting documentation and remove unused ant file
Marcin Aman
2020-12-29
Parsing of JvmName (#1675)
Marcin Aman
2020-12-03
Resolve DRI-s from valueOf and values in java enum (#1655)
Marcin Aman
2020-12-03
Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641)
Marcin Aman
2020-11-25
Remove suspend from SourceToDocumentableTranslator (#1622)
Kamil Doległo
2020-11-12
Javadoc @inheritDoc tag support (#1608)
Marcin Aman
[next]