aboutsummaryrefslogtreecommitdiff
path: root/test/src/model/PackageTest.kt
AgeCommit message (Collapse)Author
2015-09-11M13 code cleanupDmitry Jemerov
2015-05-27allow to explicitly specify the type of root for every input pathDmitry Jemerov
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-07-14Migrate to PackageView processing to unify all package fragments into single ↵Ilya Ryzhenkov
item.
2014-07-12Implement KotlinSignatureGenerator to render nodes back into text in Kotlin ↵Ilya Ryzhenkov
syntax.
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-11Migrate tests to org.jetbrains.dokkaIlya Ryzhenkov