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-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
2015-09-02
update to latest Kotlin
Dmitry Jemerov
2015-07-27
SourcePosition shouldn't contain nulls
Sergey Mashkov
2015-07-24
Rework toDocumentationNode function to use ConstantValue<*> instead of any?
Sergey Mashkov
2015-07-24
Put source position information to node's details section
Sergey Mashkov
2015-07-22
Upgrade to latest kotlin
Sergey Mashkov
2015-07-09
Fix project after types enhancement from annotations
Denis Zharkov
2015-06-30
fix tests
Dmitry Jemerov
2015-06-30
update to latest Kotlin
Dmitry Jemerov
2015-06-16
some cleanup
Dmitry Jemerov
2015-05-29
apply code cleanup; fix couple of deprecations manually
Dmitry Jemerov
2015-05-28
report warnings for functions that contain unresolved types
Dmitry Jemerov
2015-05-27
don't crash if we failed to resolve base type for an extension function
Dmitry Jemerov
2015-05-27
generate 'interface' keyword instead of 'trait'
Dmitry Jemerov
2015-05-27
allow to explicitly specify the type of root for every input path
Dmitry Jemerov
2015-05-27
update to M12 compiler API; store dependency jars in VCS instead of depending...
Dmitry Jemerov
2015-03-23
don't show redundant signatures for packages
Dmitry Jemerov
2015-03-23
parse included Markdown files to retrieve documentation for modules and packages
Dmitry Jemerov
2015-03-23
more compact implementation of Markdown to content tree conversion
Dmitry Jemerov
2015-03-23
simplify MarkdownNodeClass a bit
Dmitry Jemerov
[next]