aboutsummaryrefslogtreecommitdiff
path: root/test/src/model/FunctionTest.kt
AgeCommit message (Collapse)Author
2015-02-10correctly render bounds of type parameters in declarationsDmitry Jemerov
2015-01-14show default values of parameters in generated documentationDmitry Jemerov
2015-01-09generate ExternalClass nodes to hold extension functions and properties for ↵Dmitry Jemerov
classes from other packages
2014-12-30support and render annotation parametersDmitry Jemerov
2014-12-30annotations work in progressDmitry Jemerov
2014-12-16Process short links.Ilya Ryzhenkov
2014-10-14Use module.md to get package descriptors, filter sections with names of ↵Ilya Ryzhenkov
members, fix markdown for kotlin website, propagate content from parent to child with the name of section.
2014-09-29Extract content model, make doc model independent from descriptors, parse ↵Ilya Ryzhenkov
doccomments with custom parser, some tests failing due to hanging new lines.
2014-09-19Update tests to work with RichString.Ilya Ryzhenkov
2014-07-14Fix testsIlya Ryzhenkov
2014-07-12Process Modality (final, open, abstract) and Visibility (public, protected, ↵Ilya Ryzhenkov
internal, private)
2014-07-12Add signature generator classes, refactor classes into files and nested enums.Ilya Ryzhenkov
2014-07-12Add test for multiple files generating multiple package nodes, rename ↵Ilya Ryzhenkov
nodes->members in Module
2014-07-12Convert string doc to structured DocumentationContentIlya Ryzhenkov
2014-07-12Fix tests after adding type/upperbound information to model.Ilya Ryzhenkov
2014-07-12Implement symbol resolution for function body context, class type ↵Ilya Ryzhenkov
parameters, add code that checks that all details are resolved.
2014-07-11Support functions with receivers.Ilya Ryzhenkov
2014-07-11Support type parameter constraints as type parameter details.Ilya Ryzhenkov
2014-07-11Support type parameters for functions and classes.Ilya Ryzhenkov
2014-07-11Test for docs on parameters, cleanup.Ilya Ryzhenkov
2014-07-11Migrate tests to org.jetbrains.dokkaIlya Ryzhenkov