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
/
docbase.kt
Age
Commit message (
Expand
)
Author
2019-05-28
Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev
KrystianUjma
2019-05-23
#465 - fix javadoc parameters generation for java classes
KrystianUjma
2019-05-10
Fix javadoc cast exception for annotation classes
Kamil Doległo
2019-03-13
Fix nullability annotations in javadoc
Simon Ogorodnik
2019-02-25
Fix problem on consumer side, improve test (#420)
Simon Ogorodnik
2019-02-25
Fix java doc primary constructors have duplicated parameters
KrystianUjma
2019-02-25
Fix protected property getters and setters show the wrong visibility… (#402)
Krystian Ujma
2018-12-13
Fix IDEA Inspections
Xerus
2018-10-29
#361: Fix varargs
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
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-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