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
/
Kotlin
Age
Commit message (
Expand
)
Author
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-12-02
a ScriptDescriptor is a ClassDescriptor now
Dmitry Jemerov
2015-11-16
update to Kotlin beta 2
Dmitry Jemerov
2015-11-05
add tests; fixes related to qualified names of types
Dmitry Jemerov
2015-11-04
remove extra <p> tags from @param
Dmitry Jemerov
2015-11-04
hide private and internal members from javadoc
Dmitry Jemerov
2015-11-04
extract DescriptorDocumentationParser out of DocumentationBuilder
Dmitry Jemerov
2015-11-04
@Inject all the things
Dmitry Jemerov
2015-11-04
streamline setup code
Dmitry Jemerov
2015-11-04
extract JavadocParser to a separate file; extract DeclarationLinkResolver out...
Dmitry Jemerov
2015-11-03
reduce the number of Kotlinisms in documentation model generated from Java code
Dmitry Jemerov
2015-11-03
build Kotlin documentation for Java files based on descriptors
Dmitry Jemerov
2015-10-30
load KDoc comments when building javadoc
Dmitry Jemerov
2015-10-30
initial support for generating javadoc from Kotlin light classes
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-21
M15 code cleanup
Dmitry Jemerov
2015-10-20
update Dokka to Kotlin 1.0-beta
Dmitry Jemerov
2015-10-01
update to Kotlin 0.15.46
Dmitry Jemerov
2015-09-21
fix rendering of extension function types
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
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-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ru...
Dmitry Jemerov
2015-07-24
Rework toDocumentationNode function to use ConstantValue<*> instead of any?
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
update to latest Kotlin
Dmitry Jemerov
2015-06-16
some cleanup
Dmitry Jemerov
[next]