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
Age
Commit message (
Expand
)
Author
2015-11-04
hide private and internal members from javadoc
Dmitry Jemerov
2015-11-04
javadoc link rendering fixes
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
shared run configuration for generating stdlib javadoc
Dmitry Jemerov
2015-11-03
build Kotlin documentation for Java files based on descriptors
Dmitry Jemerov
2015-10-30
stop generating javadoc for package facade classes
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-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
loading the JDK and the Kotlin runtime in tests is now optional
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
shared run configuration: nodeprecated, fix reflection path
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
exclude "doc" directory from indexing
Dmitry Jemerov
2015-10-29
correctly render star projections
Dmitry Jemerov
2015-10-29
add JANSI library dependency
Dmitry Jemerov
2015-10-29
fix command line argument parsing
Dmitry Jemerov
2015-10-29
update main class name in shared run configurations
Dmitry Jemerov
2015-10-23
Update intellij-core-analysis.jar
Ilya Ryzhenkov
2015-10-23
Add proguard task to reduce size of the jar
Ilya Ryzhenkov
2015-10-22
Update to changes in Kotlin Beta.
Ilya Ryzhenkov
2015-10-22
Update version and dependencies to 1.0.0-beta-1038
Ilya Ryzhenkov
2015-10-21
M15 code cleanup
Dmitry Jemerov
[next]