index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Model
/
DocumentationModule.kt
Age
Commit message (
Collapse
)
Author
2014-10-14
Use 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-29
Extract 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-16
Add DocumentationOptions to support non-public API docs (used in tests)
Ilya Ryzhenkov
2014-07-14
Custom name for a module.
Ilya Ryzhenkov
2014-07-14
Suppress resolve verification while working on markup and generation.
Ilya Ryzhenkov
2014-07-14
Migrate to PackageView processing to unify all package fragments into single ↵
Ilya Ryzhenkov
item.
2014-07-12
Implement KotlinSignatureGenerator to render nodes back into text in Kotlin ↵
Ilya Ryzhenkov
syntax.
2014-07-12
Add signature generator classes, refactor classes into files and nested enums.
Ilya Ryzhenkov
2014-07-12
Add test for multiple files generating multiple package nodes, rename ↵
Ilya Ryzhenkov
nodes->members in Module
2014-07-12
Store descriptors instead of resolution scopes, rename Model -> Module
Ilya Ryzhenkov