aboutsummaryrefslogtreecommitdiff
path: root/src/Locations/SingleFolderLocationService.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-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-02-20allow a LocationService to take a qualified name directly, not just a ↵Dmitry Jemerov
DocumentationNode
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-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov