Age | Commit message (Collapse) | Author |
|
* Multilanguage docs inheritance
* Add map to store inherit doc entries
|
|
|
|
Fixes #1895
|
|
* Bump compiler to 1.5.0
* Include Api changes
|
|
|
|
* Fix missing unresolved links in GFM
* Fix missing links to elements imported as static
|
|
|
|
|
|
|
|
* Add ability to suppress obvious functions like equals, toString...
* Add ability to suppress obvious functions like equals, toString...
|
|
(#1757)
|
|
* Suppress tag support
* Support Hide tag in javadoc
* Extract hide tag to be in separate plugin
|
|
* Annotations for parameters
* Annotations for parameters
|
|
|
|
|
|
|
|
|
|
* Parsing of JvmName
* Make JvmName processor run after KaJ
|
|
|
|
|
|
|
|
* Remove suspend from SourceToDocumentableTranslator
* Introduce AsyncSourceToDocumentableTranslator
Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
|
|
|
|
|
|
|
|
|
|
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags
|
|
|
|
|
|
(#1566)
|
|
|
|
|
|
|
|
|
|
|
|
* Fix multiline links in javadoc
* Fix wrong linebreaking of <pre> bodies
* Use included static values for external links
Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|