Age | Commit message (Expand) | Author |
2019-10-10 | WIP on restructuring | Kamil Doległo |
2019-05-28 | Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev | KrystianUjma |
2019-05-23 | #465 - fix javadoc parameters generation for java classes | KrystianUjma |
2019-05-10 | Fix javadoc cast exception for annotation classes | Kamil Doległo |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma |
2019-03-13 | Fix nullability annotations in javadoc | Simon Ogorodnik |
2019-03-11 | Allow linking arguments with methods, change link label (#431) | Kamil Doległo |
2019-02-25 | Fix problem on consumer side, improve test (#420) | Simon Ogorodnik |
2019-02-25 | Fix java doc primary constructors have duplicated parameters | KrystianUjma |
2019-02-25 | Fix protected property getters and setters show the wrong visibility… (#402) | Krystian Ujma |
2018-12-13 | Fix IDEA Inspections | Xerus |
2018-10-29 | #361: Fix varargs | Simon Ogorodnik |
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov |
2018-05-16 | Avoid unnecessary logging. | Lukas Niemeier |
2017-12-05 | Fix overriding of default analysis services | Simon Ogorodnik |
2017-12-02 | Extract Analysis components out of FormatDescriptor | Simon Ogorodnik |
2017-12-02 | Fix Javadoc format | Simon Ogorodnik |
2017-11-05 | Fix Can't find node by signature in asJava mode | Simon Ogorodnik |
2017-05-15 | Fix parsing of line breaks inside javadoc comments | Simon Ogorodnik |
2017-05-11 | Support linking of external documentation | Simon Ogorodnik |
2017-01-13 | Updated Kotlin Compiler finally and resolved problems | Simon Ogorodnik |
2016-12-14 | Fix for GH-90 | Simon Ogorodnik |
2016-11-29 | Merge pull request #111 from Kotlin/website-samples | Simon Ogorodnik |
2016-11-29 | Post-review fixes, removed code duplication, fixed @throws support | Simon Ogorodnik |
2016-11-28 | Fix for GH-115, `@param` and `@return` tags is missing in javadoc output | Simon Ogorodnik |
2016-11-14 | Post review fixes, now building text in single pass. | Simon Ogorodnik |
2016-11-14 | Replacing assertPrints, assertTrue to println for kotlin-website samples, Add... | Simon Ogorodnik |
2016-04-29 | don't report type parameters for array classes; don't report qualified names ... | Dmitry Jemerov |
2016-04-27 | Use FQ name instead of simple name to identify array classes. Resolves #68 | Dmitry Jemerov |
2016-03-31 | Fix the implementation of containingClass() in javadoc adapters. Resolves #57 | Dmitry Jemerov |
2016-02-02 | update for public RC | Dmitry Jemerov |
2016-01-12 | generate signature-based anchors for overloads; use signature instead of name... | Dmitry Jemerov |
2016-01-04 | cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R... | Dmitry Jemerov |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov |