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
/
Model
Age
Commit message (
Expand
)
Author
2017-11-24
Add warning on unresolved link in packageDocs
Simon Ogorodnik
2017-11-05
Fix Can't find node by signature in asJava mode
Simon Ogorodnik
2017-06-07
Fix StringOutOfBoundsException in link mapping
Simon Ogorodnik
2017-05-15
Fix parsing of line breaks inside javadoc comments
Simon Ogorodnik
2017-05-11
Resolve links in package docs in whole module
Simon Ogorodnik
2017-05-11
Support linking of external documentation
Simon Ogorodnik
2017-05-02
Refactoring internal communication for gradle
Simon Ogorodnik
2017-03-01
Correct merging of different type namesake declarations between platforms
Simon Ogorodnik
2017-02-23
Merge declarations with the same signature defined for multiple platforms
Dmitry Jemerov
2017-02-23
Refactor SinceKotlin support to a more general "platform" mechanism
Dmitry Jemerov
2017-02-23
Dokka now can detect and recognize SinceKotlin
Simon Ogorodnik
2016-12-06
KT-14818 Render function type argument names in generated documentation (#116)
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-24
Type alias support
Simon Ogorodnik
2016-11-14
Added //sampleStart //sampleEnd to samples on kotlin website
Simon Ogorodnik
2016-11-14
Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo...
Simon Ogorodnik
2016-11-02
Fix for GH-89 : Support for links to packages
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-01-12
generate all types index
Dmitry Jemerov
2016-01-12
generate signature-based anchors for overloads; use signature instead of name...
Dmitry Jemerov
2016-01-08
link to JDK classes (KT-10452)
Dmitry Jemerov
2016-01-05
distinguish inherited companion object members
Dmitry Jemerov
2016-01-04
separate groups for annotations and exceptions in the members list
Dmitry Jemerov
2016-01-04
cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...
Dmitry Jemerov
2016-01-04
cleanup: remove redundant 'public' modifiers
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov