aboutsummaryrefslogtreecommitdiff
path: root/src/Model/DocumentationModule.kt
AgeCommit message (Expand)Author
2014-09-29Extract content model, make doc model independent from descriptors, parse doc...Ilya Ryzhenkov
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
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-12Store descriptors instead of resolution scopes, rename Model -> ModuleIlya Ryzhenkov