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
/
Generation
/
FileGenerator.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-30
initial support for generating javadoc from Kotlin light classes
Dmitry Jemerov
2015-10-30
correctly working optional injection
Dmitry Jemerov
2015-10-29
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-09-11
M13 code cleanup
Dmitry Jemerov
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-19
remove dependency of Location on a File; use more meaningful locations in tests
Dmitry Jemerov
2015-01-16
refactor outline generation; generate HTML outline
Dmitry Jemerov
2014-10-03
Cross-reference links on types, relative locations.
Ilya Ryzhenkov
2014-09-26
Update to fresh kotlin.
Ilya Ryzhenkov
2014-09-19
Convert content to RichString and establish resolution service for links.
Ilya Ryzhenkov
2014-08-21
LinkedHashMap is now default for groupBy in stdlib.
Ilya Ryzhenkov
2014-07-15
Cleanup
Ilya Ryzhenkov
2014-07-15
Cleaning, generalizing, added outline support (hardcoded yml for now)
Ilya Ryzhenkov
2014-07-14
Refactor to multiple-nodes formatting, join content.
Ilya Ryzhenkov
2014-07-14
Cleanup
Ilya Ryzhenkov
2014-07-14
Stop spamming console in FileGenerator.
Ilya Ryzhenkov
2014-07-14
Location services, formatting services, initial self-documentation output.
Ilya Ryzhenkov