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
/
core
/
src
/
main
/
kotlin
/
javadoc
Age
Commit message (
Expand
)
Author
2017-11-05
Fix Can't find node by signature in asJava mode
Simon Ogorodnik
2017-05-15
Fix parsing of line breaks inside javadoc comments
Simon Ogorodnik
2017-05-11
Support linking of external documentation
Simon Ogorodnik
2017-01-13
Updated Kotlin Compiler finally and resolved problems
Simon Ogorodnik
2016-12-14
Fix for GH-90
Simon Ogorodnik
2016-11-29
Merge pull request #111 from Kotlin/website-samples
Simon Ogorodnik
2016-11-29
Post-review fixes, removed code duplication, fixed @throws support
Simon Ogorodnik
2016-11-28
Fix for GH-115, `@param` and `@return` tags is missing in javadoc output
Simon Ogorodnik
2016-11-14
Post review fixes, now building text in single pass.
Simon Ogorodnik
2016-11-14
Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...
Simon Ogorodnik
2016-04-29
don't report type parameters for array classes; don't report qualified names ...
Dmitry Jemerov
2016-04-27
Use FQ name instead of simple name to identify array classes. Resolves #68
Dmitry Jemerov
2016-03-31
Fix the implementation of containingClass() in javadoc adapters. Resolves #57
Dmitry Jemerov
2016-02-02
update for public RC
Dmitry Jemerov
2016-01-12
generate signature-based anchors for overloads; use signature instead of name...
Dmitry Jemerov
2016-01-04
cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov