aboutsummaryrefslogtreecommitdiff
path: root/src/Formats/HtmlTemplateService.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-05-29apply code cleanup; fix couple of deprecations manuallyDmitry Jemerov
2015-03-17default objects -> companion objectsDmitry Jemerov
2015-03-10class object -> default objectDmitry Jemerov
2015-01-16generate page titles in HTML outputDmitry Jemerov
2014-09-19Convert content to RichString and establish resolution service for links.Ilya Ryzhenkov