aboutsummaryrefslogtreecommitdiff
path: root/src/Model/DocumentationModule.kt
AgeCommit message (Collapse)Author
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-16Add DocumentationOptions to support non-public API docs (used in tests)Ilya Ryzhenkov
2014-07-14Custom name for a module.Ilya Ryzhenkov
2014-07-14Suppress resolve verification while working on markup and generation.Ilya Ryzhenkov
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-12Store descriptors instead of resolution scopes, rename Model -> ModuleIlya Ryzhenkov