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
/
Locations
/
FoldersLocationService.kt
Age
Commit message (
Collapse
)
Author
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-11-23
Copy 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-29
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-02-26
don't generate redundant links that lead to the same page with no anchor ↵
Dmitry Jemerov
(e.g. receiver type in extension functions)
2015-02-26
use correct extension in links for jekyll and kotlin-website docs
Dmitry Jemerov
2015-02-20
allow a LocationService to take a qualified name directly, not just a ↵
Dmitry Jemerov
DocumentationNode
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
2015-02-09
make sure that file names generated from identifiers are unique on ↵
Dmitry Jemerov
case-insensitive file systems
2014-07-14
Location services, formatting services, initial self-documentation output.
Ilya Ryzhenkov