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
/
core
/
src
/
main
/
kotlin
/
Generation
Age
Commit message (
Expand
)
Author
2017-06-26
Update bundled kotlin compiler to 1.1.3
Simon Ogorodnik
2017-06-23
Suppress output of android.R and other generated stuff in dokka-android
Simon Ogorodnik
2017-06-07
Make package-list caching optional
Simon Ogorodnik
2017-05-16
Fix runner parameters for consistency, add default link to stdlib
Simon Ogorodnik
2017-05-11
Resolve links in package docs in whole module
Simon Ogorodnik
2017-05-11
Add external documentation links argument to gradle, maven, ant
Simon Ogorodnik
2017-05-11
Support linking of external documentation
Simon Ogorodnik
2017-05-04
Add bunch of new parameters to runners
Simon Ogorodnik
2017-05-02
Refactoring internal communication for gradle
Simon Ogorodnik
2017-02-24
Don't crash on source roots without a platform
Dmitry Jemerov
2017-02-24
Detect default platforms based only on the roots that we're currently processing
Dmitry Jemerov
2017-02-24
Option to skip declarations in root package from generated documentation (the...
Dmitry Jemerov
2017-02-24
Process all declarations with the same primary platform in a single pass; all...
Dmitry Jemerov
2017-02-24
Rename isSample() to isNotSample() because that's what it checks
Dmitry Jemerov
2017-02-23
Resolve link and generate alltypes only once, not after every platform
Dmitry Jemerov
2017-02-23
Don't show implied platforms in output
Dmitry Jemerov
2017-02-23
Merge declarations with the same signature defined for multiple platforms
Dmitry Jemerov
2017-02-23
Allow specifying implicit platforms for each source root
Dmitry Jemerov
2017-02-22
Better separation between analysis and output generation phases
Dmitry Jemerov
2016-11-03
Updated kotlin-compiler to 1.1-M2-8 (#109)
Simon Ogorodnik
2016-11-01
Total build refactoring, prepare for new development iteration
Simon Ogorodnik
2016-01-04
cleanup: remove redundant 'public' modifiers
Dmitry Jemerov
2015-12-03
allow each format service to provide its own support files
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov