aboutsummaryrefslogtreecommitdiff
path: root/test/src/model/PropertyTest.kt
AgeCommit message (Collapse)Author
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-10-29correctly render qualified names for external classesDmitry Jemerov
2015-10-29loading the JDK and the Kotlin runtime in tests is now optionalDmitry Jemerov
2015-09-11M13 code cleanupDmitry Jemerov
2015-09-09render annotations with @; render only @MustBeDocumented annotations; render ↵Dmitry Jemerov
all modifiers
2015-09-09default visibility is publicDmitry Jemerov
2015-09-08fix HTML entity handling after changes in markdown parser; remove detail ↵Dmitry Jemerov
count assertions from tests
2015-02-26stop generating separate pages for property accessorsDmitry Jemerov
2015-02-20override links for propertiesDmitry Jemerov
2015-01-14correcty distinguish 'val' and 'var' propertiesDmitry Jemerov
2015-01-09generate ExternalClass nodes to hold extension functions and properties for ↵Dmitry Jemerov
classes from other packages
2014-12-30annotations work in progressDmitry Jemerov
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 ↵Ilya Ryzhenkov
members, fix markdown for kotlin website, propagate content from parent to child with the name of section.
2014-10-12Convert visitors to top-down builderIlya Ryzhenkov
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-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-11Migrate tests to org.jetbrains.dokkaIlya Ryzhenkov