aboutsummaryrefslogtreecommitdiff
path: root/src/Locations/LocationService.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-11-23Use Java 8 Path API to relativize paths instead of rolling a custom version.Mike Hearn
Fixes various IOExceptions thrown during generation.
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-09-11M13 code cleanupDmitry Jemerov
2015-05-29apply code cleanup; fix couple of deprecations manuallyDmitry 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-20allow a LocationService to take a qualified name directly, not just a ↵Dmitry Jemerov
DocumentationNode
2015-02-20support in-page anchors in locationsDmitry Jemerov
2015-02-19refactor extension setup; encapsulate extension in LocationServiceDmitry Jemerov
2015-02-19remove dependency of Location on a File; use more meaningful locations in testsDmitry Jemerov
2015-02-09make sure that file names generated from identifiers are unique on ↵Dmitry Jemerov
case-insensitive file systems
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
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-03Constructors, variance, links and styles.Ilya Ryzhenkov
2014-10-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
2014-07-15Refactor formatting service to detach grouping logic from markupIlya Ryzhenkov
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov