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
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
2020-11-12
Adding function division switch
Błażej Kardyś
2020-11-09
Cleaning querying from plugins where possible
Błażej Kardyś
2020-10-30
Fix parsing first word in deprecated (#1595)
Marcin Aman
2020-10-15
Fix displaying authors
Marcin Aman
2020-10-15
Fix unresolved link parsing in Javadoc that resulted in an empty link label (...
Kamil Doległo
2020-10-15
IsException should also be true when class inherits from Exception (#1558)
Marcin Aman
2020-10-08
Fix multiline links in javadoc and wrong linebreaking of <pre> bodies (#1518)
Andrzej Ratajczak
2020-10-07
Introduce top-level DocTag
Andrzej Ratajczak
2020-10-02
Make translators run in parallel.
Andrzej Ratajczak
2020-10-01
Add parsing of package-info in java sources
Andrzej Ratajczak
2020-09-28
Add better handling of functional types in rendered output
Andrzej Ratajczak
2020-09-08
Apply requested changes
Andrzej Ratajczak
2020-08-31
Let module name be configurable withing `AbstractDokkaTask` and remove concep...
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-27
Add handling for generic type parameters variance
Andrzej Ratajczak
2020-08-20
Hide unused generic type variables in constructor
Andrzej Ratajczak
2020-08-19
Mitigate #1341 issue in light classes
sebastian.sellmair
2020-08-19
Implement test to reproduce https://github.com/Kotlin/dokka/issues/1341
sebastian.sellmair
2020-08-17
Apply requested changes
Andrzej Ratajczak
[next]