aboutsummaryrefslogtreecommitdiff
path: root/src/Generation/FileGenerator.kt
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-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-09-11M13 code cleanupDmitry Jemerov
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-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-14CleanupIlya Ryzhenkov
2014-07-14Stop spamming console in FileGenerator.Ilya Ryzhenkov
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov