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
/
test
/
kotlin
/
TestAPI.kt
Age
Commit message (
Expand
)
Author
2019-03-11
Use canonicalPath instead of absolutePath for srcLink
Robert Stoll
2019-02-11
Update bundled kotlin-compiler to 1.3.20-dev-564
Simon Ogorodnik
2018-07-14
[backport] Introduce option to enable/disable jdk linking
Simon Ogorodnik
2018-07-13
[backport] Support propagating inherited extensions from libraries
Simon Ogorodnik
2018-07-13
[backport] Support deep inheritance with external classes
Simon Ogorodnik
2017-12-04
Introduce test case with preset FileGenerator
Simon Ogorodnik
2017-12-02
Update tests to new reality
Simon Ogorodnik
2017-12-02
WIP: Refactoring, remove LocationService, rework FormatDescriptor
Simon Ogorodnik
2017-11-27
Add language version arguments
Simon Ogorodnik
2017-11-22
Add new "suppress" per-package option.
Chris Rankin
2017-11-21
Auto-expand type-aliases excluded from documentation
Simon Ogorodnik
2017-10-09
Update kotlin-compiler to 1.1.51
Simon Ogorodnik
2017-06-26
Update bundled kotlin compiler to 1.1.3
Simon Ogorodnik
2017-06-07
Fix StringOutOfBoundsException in link mapping
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-02
Refactoring internal communication for gradle
Simon Ogorodnik
2017-03-23
Add support for nice IDEA feature
Simon Ogorodnik
2017-02-27
Fix test
Simon Ogorodnik
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-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-23
Dokka now can detect and recognize SinceKotlin
Simon Ogorodnik
2017-02-22
Better separation between analysis and output generation phases
Dmitry Jemerov
2016-11-14
Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...
Simon Ogorodnik
2016-11-03
Updated kotlin-compiler to 1.1-M2-8 (#109)
Simon Ogorodnik
2016-11-01
Fix for GH #97 : Preserve language name of fenced code block for highlight
Simon Ogorodnik
2016-07-08
update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the qual...
Dmitry Jemerov
2016-06-30
Don't include internal members in generated javadoc. Resolves #75
Dmitry Jemerov
2016-05-10
update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use r...
Dmitry Jemerov
2016-01-25
update Dokka to internal RC: remove usages of kotlin.test
Dmitry Jemerov
2016-01-12
don't generate index pages in tests
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov