index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Formats
/
KotlinWebsiteFormatService.kt
Age
Commit message (
Expand
)
Author
2015-10-29
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-10-29
wrap each group of overloads in a <div>
Dmitry Jemerov
2015-10-29
wrapping and nicer formatting for signatures
Dmitry Jemerov
2015-10-29
summarize signatures for overloaded stdlib functions
Dmitry Jemerov
2015-10-21
M15 code cleanup
Dmitry Jemerov
2015-05-29
apply code cleanup; fix couple of deprecations manually
Dmitry Jemerov
2015-03-23
don't show redundant signatures for packages
Dmitry Jemerov
2015-02-26
allow applying different styles to different kinds of identifiers
Dmitry Jemerov
2015-02-26
syntax highlight code examples
Dmitry Jemerov
2015-02-26
fix formatting of signatures in Kotlin web site
Dmitry Jemerov
2015-02-26
fix formatting of strikethrough on Kotlin website
Dmitry Jemerov
2015-02-26
fix formatting of code blocks on kotlin website
Dmitry Jemerov
2015-02-19
refactor extension setup; encapsulate extension in LocationService
Dmitry Jemerov
2015-02-19
remove dependency of Location on a File; use more meaningful locations in tests
Dmitry Jemerov
2014-12-29
layout: api is specific to Kotlin web site, don't generate it in regular Jeky...
Dmitry Jemerov
2014-10-14
Merge pull request #2 from kisenka/kotlin-website-formatter
Ilya Ryzhenkov
2014-10-14
Use module.md to get package descriptors, filter sections with names of membe...
Ilya Ryzhenkov
2014-10-13
Replace internal index pages URLs from "/index.html" with "/"
kisenka
2014-10-10
Formatter for Kotlin website added
kisenka