aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/javadoc
AgeCommit message (Expand)Author
2019-03-11Allow linking arguments with methods, change link label (#431)Kamil Doległo
2019-03-01Fix constructor tag does not work (#417)Krystian Ujma
2019-02-25Fix @deprecated visibility in JavaDoc (#420)Błażej Kardyś
2019-02-25Fix java doc primary constructors have duplicated parametersKrystianUjma
2019-02-25Fix protected property getters and setters show the wrong visibility… (#402)Krystian Ujma
2018-10-29#361: Fix varargsSimon Ogorodnik
2017-11-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
2017-02-17Fix for GH-136 GH-137 Blank lines inside code blocks are not preservedSimon Ogorodnik
2016-11-29Post-review fixes, removed code duplication, fixed @throws supportSimon Ogorodnik
2016-11-28Fix for GH-115, `@param` and `@return` tags is missing in javadoc outputSimon Ogorodnik
2016-11-24Added javadoc format test for simple typealiasesSimon Ogorodnik
2016-11-02Fix for GH #98 : Added tests, altered fix code for corner casesSimon Ogorodnik
2016-06-30Don't include internal members in generated javadoc. Resolves #75Dmitry Jemerov
2016-06-30Generate correct signature for methods with parameters of Java primitive type...Dmitry Jemerov
2016-06-30add test for @JvmName support in javadocDmitry Jemerov
2016-04-29don't report type parameters for array classes; don't report qualified names ...Dmitry Jemerov
2016-04-27Use FQ name instead of simple name to identify array classes. Resolves #68Dmitry Jemerov
2016-03-31Fix the implementation of containingClass() in javadoc adapters. Resolves #57Dmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov