aboutsummaryrefslogtreecommitdiff
path: root/test/data/classes
AgeCommit message (Collapse)Author
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-09-09don't duplicate 'abstract' and 'sealed' modifiersDmitry Jemerov
2015-09-09render annotations with @; render only @MustBeDocumented annotations; render ↵Dmitry Jemerov
all modifiers
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ↵Dmitry Jemerov
run yet)
2015-03-17default objects -> companion objectsDmitry Jemerov
2015-03-11add test to verify that dokka recognizes secondary constructorsDmitry Jemerov
2015-03-10class object -> default objectDmitry Jemerov
2015-03-06generate documentation for default object extension propertiesDmitry Jemerov
2015-02-17updated according to language change: class object -> default objectDmitry Jemerov
2015-02-13distinguish Kotlin inner classesDmitry Jemerov
2015-01-14link overriding functions to the corresponding base class functionsDmitry Jemerov
2015-01-13don't show methods as open if their containing class is finalDmitry Jemerov
2014-12-30support and render annotation parametersDmitry Jemerov
2014-12-30annotations work in progressDmitry Jemerov
2014-12-29put class object functions and properties in main class blockDmitry Jemerov
2014-07-11Support type parameters for functions and classes.Ilya Ryzhenkov
2014-07-11Add support for objects.Ilya Ryzhenkov
2014-07-11Process properties in classes without accessorsIlya Ryzhenkov
2014-07-11Add processing of classes into model.Ilya Ryzhenkov