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
Age
Commit message (
Expand
)
Author
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-30
fix Kotlin warnings
Dmitry Jemerov
2015-10-29
cleanup after merge
Dmitry Jemerov
2015-10-29
Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-j...
Dmitry Jemerov
2015-10-29
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-10-29
Initial javadoc generation module
Sergey Mashkov
2015-10-29
Eliminate warnings caused by API changes
Sergey Mashkov
2015-10-29
wrap each group of overloads in a <div>
Dmitry Jemerov
2015-10-29
don't generate "Description" subheadings
Dmitry Jemerov
2015-10-29
cleanup
Dmitry Jemerov
2015-10-29
move the list of enum values above the list of properties/functions of the en...
Dmitry Jemerov
2015-10-29
show extensions applicable to superclasses in the list of class members
Dmitry Jemerov
2015-10-29
don't render annotations on types in summary view
Dmitry Jemerov
2015-10-29
show inherited members in the list of class members
Dmitry Jemerov
2015-10-29
don't generate soft line break before closing parenthesis of parameter list i...
Dmitry Jemerov
2015-10-29
correctly hide 'reified' on summary page
Dmitry Jemerov
2015-10-29
correctly render qualified names for external classes
Dmitry Jemerov
2015-10-29
wrap long supertype lists
Dmitry Jemerov
2015-10-29
render annotations on types (such as @UnsafeVariance)
Dmitry Jemerov
2015-10-29
render 'reified' modifier for type parameter; fix typo re: rendering type par...
Dmitry Jemerov
2015-10-29
Remove "implements operator X" notes because the "operator" modifier is suffi...
Dmitry Jemerov
2015-10-29
summarize signatures for properties
Dmitry Jemerov
2015-10-29
exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests
Dmitry Jemerov
2015-10-29
don't show Unit return type in signatures
Dmitry Jemerov
2015-10-29
wrapping and nicer formatting for signatures
Dmitry Jemerov
2015-10-29
summarize signatures for overloaded stdlib functions
Dmitry Jemerov
2015-10-29
correctly render star projections
Dmitry Jemerov
2015-10-29
fix command line argument parsing
Dmitry Jemerov
2015-10-22
Update to changes in Kotlin Beta.
Ilya Ryzhenkov
2015-10-21
M15 code cleanup
Dmitry Jemerov
2015-10-20
update Dokka to Kotlin 1.0-beta
Dmitry Jemerov
2015-10-12
update to Kotlin 0.15.439
Dmitry Jemerov
2015-10-01
update to Kotlin 0.15.46
Dmitry Jemerov
2015-09-28
update Dokka to M14
Dmitry Jemerov
2015-09-21
fix rendering of extension function types
Dmitry Jemerov
2015-09-15
kotlin-for-upsource 0.13.1510; markdown library with ABI 0.25.0
Dmitry Jemerov
2015-09-11
M13 code cleanup
Dmitry Jemerov
2015-09-10
@Deprecated annotation has an uppercase D now
Dmitry Jemerov
2015-09-10
fix package docs parsing, add test
Dmitry Jemerov
2015-09-10
don't render annotations in summary mod
Dmitry Jemerov
2015-09-09
render annotations before modifiers
Dmitry Jemerov
2015-09-09
don't duplicate 'abstract' and 'sealed' modifiers
Dmitry Jemerov
2015-09-09
handle new element types for Markdown code fences
Dmitry Jemerov
2015-09-09
render annotations with @; render only @MustBeDocumented annotations; render ...
Dmitry Jemerov
2015-09-09
"annotation" is a modifer now, so don't render it the second time as a keyword
Dmitry Jemerov
2015-09-09
default visibility is public
Dmitry Jemerov
2015-09-08
fix HTML entity handling after changes in markdown parser; remove detail coun...
Dmitry Jemerov
2015-09-08
somehow make Dokka work with new compiler API
Dmitry Jemerov
2015-09-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ru...
Dmitry Jemerov
[next]