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
Age
Commit message (
Collapse
)
Author
2016-01-08
include extension function in the list of extensions for a class if the ↵
Dmitry Jemerov
class is an upper bound of the receiver type parameter
2016-01-08
rewrite propagation of extension functions to subclasses to handle shadowing ↵
Dmitry Jemerov
and applicability more correctly
2016-01-05
distinguish inherited companion object members
Dmitry Jemerov
2016-01-05
render multiple type parameter constraints according to current Kotlin syntax
Dmitry Jemerov
2016-01-05
always include type parameters in the signature of a type
Dmitry Jemerov
2016-01-04
separate groups for annotations and exceptions in the members list
Dmitry Jemerov
2016-01-04
cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵
Dmitry Jemerov
RefKind
2016-01-04
Embedded underscores in words like word_with_underscores or single embedded ↵
Ingo Kegel
stars like embedded*star were removed in the output.
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov