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
/
test
/
data
/
classes
Age
Commit message (
Collapse
)
Author
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-09-09
don't duplicate 'abstract' and 'sealed' modifiers
Dmitry Jemerov
2015-09-09
render annotations with @; render only @MustBeDocumented annotations; render ↵
Dmitry Jemerov
all modifiers
2015-09-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ↵
Dmitry Jemerov
run yet)
2015-03-17
default objects -> companion objects
Dmitry Jemerov
2015-03-11
add test to verify that dokka recognizes secondary constructors
Dmitry Jemerov
2015-03-10
class object -> default object
Dmitry Jemerov
2015-03-06
generate documentation for default object extension properties
Dmitry Jemerov
2015-02-17
updated according to language change: class object -> default object
Dmitry Jemerov
2015-02-13
distinguish Kotlin inner classes
Dmitry Jemerov
2015-01-14
link overriding functions to the corresponding base class functions
Dmitry Jemerov
2015-01-13
don't show methods as open if their containing class is final
Dmitry Jemerov
2014-12-30
support and render annotation parameters
Dmitry Jemerov
2014-12-30
annotations work in progress
Dmitry Jemerov
2014-12-29
put class object functions and properties in main class block
Dmitry Jemerov
2014-07-11
Support type parameters for functions and classes.
Ilya Ryzhenkov
2014-07-11
Add support for objects.
Ilya Ryzhenkov
2014-07-11
Process properties in classes without accessors
Ilya Ryzhenkov
2014-07-11
Add processing of classes into model.
Ilya Ryzhenkov