aboutsummaryrefslogtreecommitdiff
path: root/src/Formats/KotlinWebsiteFormatService.kt
AgeCommit message (Collapse)Author
2015-11-17fix link extensions in kotlin-website formatDmitry Jemerov
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-10-29wrap each group of overloads in a <div>Dmitry Jemerov
2015-10-29wrapping and nicer formatting for signaturesDmitry Jemerov
2015-10-29summarize signatures for overloaded stdlib functionsDmitry Jemerov
2015-10-21M15 code cleanupDmitry Jemerov
2015-05-29apply code cleanup; fix couple of deprecations manuallyDmitry Jemerov
2015-03-23don't show redundant signatures for packagesDmitry Jemerov
2015-02-26allow applying different styles to different kinds of identifiersDmitry Jemerov
2015-02-26syntax highlight code examplesDmitry Jemerov
2015-02-26fix formatting of signatures in Kotlin web siteDmitry Jemerov
2015-02-26fix formatting of strikethrough on Kotlin websiteDmitry Jemerov
2015-02-26fix formatting of code blocks on kotlin websiteDmitry 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
2014-12-29layout: api is specific to Kotlin web site, don't generate it in regular ↵Dmitry Jemerov
Jekyll output
2014-10-14Merge pull request #2 from kisenka/kotlin-website-formatterIlya Ryzhenkov
Replace internal index pages URLs from "/index.html" with "/"
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-13Replace internal index pages URLs from "/index.html" with "/"kisenka
2014-10-10Formatter for Kotlin website addedkisenka