aboutsummaryrefslogtreecommitdiff
path: root/test/src/model
AgeCommit message (Expand)Author
2015-01-30load sections from KDoc PSI, not through Markdown extensionsDmitry Jemerov
2015-01-22fix comment test on Windows agentsDmitry Jemerov
2015-01-14Merge branch 'defaut-param-values'Dmitry Jemerov
2015-01-14Merge branch 'property-var'Dmitry Jemerov
2015-01-14show default values of parameters in generated documentationDmitry Jemerov
2015-01-14correcty distinguish 'val' and 'var' propertiesDmitry 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
2015-01-13Process directives, implement "code" directive.Ilya Ryzhenkov
2015-01-09nice rendering for deprecated membersDmitry Jemerov
2015-01-09generate ExternalClass nodes to hold extension functions and properties for c...Dmitry Jemerov
2014-12-30support and render annotation parametersDmitry Jemerov
2014-12-30render annotationsDmitry Jemerov
2014-12-30annotations work in progressDmitry Jemerov
2014-12-29put class object functions and properties in main class blockDmitry Jemerov
2014-12-22Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.Ilya Ryzhenkov
2014-12-22Remove one line sections tests.Ilya Ryzhenkov
2014-12-16Process short links.Ilya Ryzhenkov
2014-10-14Use module.md to get package descriptors, filter sections with names of membe...Ilya Ryzhenkov
2014-10-12Convert visitors to top-down builderIlya Ryzhenkov
2014-10-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse doc...Ilya Ryzhenkov
2014-09-25Markdown, sections, styles and lots more.Ilya Ryzhenkov
2014-09-19Update tests to work with RichString.Ilya Ryzhenkov
2014-07-16Add ignored test for mixed Java + KotlinIlya Ryzhenkov
2014-07-14Fix testsIlya Ryzhenkov
2014-07-14Migrate to PackageView processing to unify all package fragments into single ...Ilya Ryzhenkov
2014-07-12Process Modality (final, open, abstract) and Visibility (public, protected, i...Ilya Ryzhenkov
2014-07-12Implement KotlinSignatureGenerator to render nodes back into text in Kotlin s...Ilya Ryzhenkov
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 nodes->...Ilya Ryzhenkov
2014-07-12Add test and fix ${long section} format.Ilya Ryzhenkov
2014-07-12Implement section parsing.Ilya Ryzhenkov
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 parameters,...Ilya Ryzhenkov
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-11Add tests for comment extraction, support one-line and mutliple joined doc-co...Ilya Ryzhenkov
2014-07-11Migrate tests to org.jetbrains.dokkaIlya Ryzhenkov