aboutsummaryrefslogtreecommitdiff
path: root/src/Generation
AgeCommit message (Collapse)Author
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-11-23Copy style.css to the output directory when doing HTML and use relative paths.Mike Hearn
Fixes the code so that the relative path to root is always available, breaking the requirement to use a local web server.
2015-10-30initial support for generating javadoc from Kotlin light classesDmitry Jemerov
2015-10-30correctly working optional injectionDmitry Jemerov
2015-10-30fix Kotlin warningsDmitry Jemerov
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-09-11M13 code cleanupDmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ↵Dmitry Jemerov
run yet)
2015-02-26don't generate redundant links that lead to the same page with no anchor ↵Dmitry Jemerov
(e.g. receiver type in extension functions)
2015-02-19remove dependency of Location on a File; use more meaningful locations in testsDmitry Jemerov
2015-01-16refactor outline generation; generate HTML outlineDmitry 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-10-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
2014-09-26Update to fresh kotlin.Ilya Ryzhenkov
2014-09-19Convert content to RichString and establish resolution service for links.Ilya Ryzhenkov
2014-08-21LinkedHashMap is now default for groupBy in stdlib.Ilya Ryzhenkov
2014-07-15CleanupIlya Ryzhenkov
2014-07-15Cleaning, generalizing, added outline support (hardcoded yml for now)Ilya Ryzhenkov
2014-07-14Refactor to multiple-nodes formatting, join content.Ilya Ryzhenkov
2014-07-14Add renderName for formatting names of entities in lists, links, etcIlya Ryzhenkov
2014-07-14CleanupIlya Ryzhenkov
2014-07-14Support functional type syntax in Kotlin generatorIlya Ryzhenkov
2014-07-14Stop spamming console in FileGenerator.Ilya Ryzhenkov
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov
2014-07-12Support enums in modelIlya Ryzhenkov
2014-07-12Sort members by name for output.Ilya Ryzhenkov
2014-07-12Add modifiers to signature generationIlya Ryzhenkov
2014-07-12Add JavaSignatureGenerator (no properties or ojects yet)Ilya Ryzhenkov
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-12Convert string doc to structured DocumentationContentIlya Ryzhenkov
2014-07-12Do not generate empty sections in console output.Ilya Ryzhenkov
2014-07-12Add Owner references, cleanupIlya Ryzhenkov
2014-07-11Add tests for comment extraction, support one-line and mutliple joined ↵Ilya Ryzhenkov
doc-comments. Start primitive ConsoleGenerator to dump model.