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
/
Generation
Age
Commit message (
Collapse
)
Author
2015-09-11
M13 code cleanup
Dmitry Jemerov
2015-09-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ↵
Dmitry Jemerov
run yet)
2015-02-26
don't generate redundant links that lead to the same page with no anchor ↵
Dmitry Jemerov
(e.g. receiver type in extension functions)
2015-02-19
remove dependency of Location on a File; use more meaningful locations in tests
Dmitry Jemerov
2015-01-16
refactor outline generation; generate HTML outline
Dmitry Jemerov
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-10-03
Cross-reference links on types, relative locations.
Ilya Ryzhenkov
2014-09-26
Update to fresh kotlin.
Ilya Ryzhenkov
2014-09-19
Convert content to RichString and establish resolution service for links.
Ilya Ryzhenkov
2014-08-21
LinkedHashMap is now default for groupBy in stdlib.
Ilya Ryzhenkov
2014-07-15
Cleanup
Ilya Ryzhenkov
2014-07-15
Cleaning, generalizing, added outline support (hardcoded yml for now)
Ilya Ryzhenkov
2014-07-14
Refactor to multiple-nodes formatting, join content.
Ilya Ryzhenkov
2014-07-14
Add renderName for formatting names of entities in lists, links, etc
Ilya Ryzhenkov
2014-07-14
Cleanup
Ilya Ryzhenkov
2014-07-14
Support functional type syntax in Kotlin generator
Ilya Ryzhenkov
2014-07-14
Stop spamming console in FileGenerator.
Ilya Ryzhenkov
2014-07-14
Location services, formatting services, initial self-documentation output.
Ilya Ryzhenkov
2014-07-12
Support enums in model
Ilya Ryzhenkov
2014-07-12
Sort members by name for output.
Ilya Ryzhenkov
2014-07-12
Add modifiers to signature generation
Ilya Ryzhenkov
2014-07-12
Add JavaSignatureGenerator (no properties or ojects yet)
Ilya Ryzhenkov
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
Convert string doc to structured DocumentationContent
Ilya Ryzhenkov
2014-07-12
Do not generate empty sections in console output.
Ilya Ryzhenkov
2014-07-12
Add Owner references, cleanup
Ilya Ryzhenkov
2014-07-11
Add tests for comment extraction, support one-line and mutliple joined ↵
Ilya Ryzhenkov
doc-comments. Start primitive ConsoleGenerator to dump model.