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
/
Kotlin
/
DocumentationBuilder.kt
Age
Commit message (
Expand
)
Author
2017-05-11
Add external documentation links argument to gradle, maven, ant
Simon Ogorodnik
2017-05-11
Support linking of external documentation
Simon Ogorodnik
2017-05-11
Do not publish private companion object members in public only mode
Simon Ogorodnik
2017-05-04
Add bunch of new parameters to runners
Simon Ogorodnik
2017-05-02
Refactoring internal communication for gradle
Simon Ogorodnik
2017-03-29
Per package options
Simon Ogorodnik
2017-03-01
Correct merging of different type namesake declarations between platforms
Simon Ogorodnik
2017-02-27
data-platform attribute for index rows in kotlin-website format
Simon Ogorodnik
2017-02-24
Don't show member extensions defined in other classes in the list of members ...
Dmitry Jemerov
2017-02-24
Support 'dynamic' type
Dmitry Jemerov
2017-02-24
Option to skip declarations in root package from generated documentation (the...
Dmitry Jemerov
2017-02-24
Process all declarations with the same primary platform in a single pass; all...
Dmitry Jemerov
2017-02-23
Resolve link and generate alltypes only once, not after every platform
Dmitry Jemerov
2017-02-23
Don't show implied platforms in output
Dmitry Jemerov
2017-02-23
Merge declarations with the same signature defined for multiple platforms
Dmitry Jemerov
2017-02-23
Allow specifying implicit platforms for each source root
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-24
Fix most of failing tests, by not unwrapping types, if it not abbreviated (Ot...
Simon Ogorodnik
2016-11-24
Type alias support
Simon Ogorodnik
2016-11-02
Added test and post-review fix
Simon Ogorodnik
2016-11-02
Fix for GH-89 : Support for links to packages
Simon Ogorodnik
2016-05-10
update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use r...
Dmitry Jemerov
2016-05-10
use a much simpler way to access JavaDescriptorResolver
Dmitry Jemerov
2016-04-28
SOE protection when calculating type signature. Resolves #69
Dmitry Jemerov
2016-04-01
KT-11530: when the receiver type of an extension is generic, use subclass ins...
Dmitry Jemerov
2016-02-02
don't create node for Java package if all declarations in it have suppressed ...
Dmitry Jemerov
2016-02-02
restore handling of @suppress tags in javadoc comments
Dmitry Jemerov
2016-02-02
update for public RC
Dmitry Jemerov
2016-01-25
update Dokka to internal RC: remove usages of kotlin.test
Dmitry Jemerov
2016-01-12
don't generate index pages in tests
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-12
allow specifying JDK version to use for JDK links
Dmitry Jemerov
2016-01-08
link to JDK classes (KT-10452)
Dmitry Jemerov
2016-01-08
don't generate "Extensions for external classes" pages for classes which are ...
Dmitry Jemerov
2016-01-08
delete a bit of dead code
Dmitry Jemerov
2016-01-08
include extension function in the list of extensions for a class if the class...
Dmitry Jemerov
2016-01-08
rewrite propagation of extension functions to subclasses to handle shadowing ...
Dmitry Jemerov
2016-01-05
distinguish inherited companion object members
Dmitry Jemerov
2016-01-05
don't include companion object members inherited from Any in class documentation
Dmitry Jemerov
2016-01-05
always include type parameters in the signature of a type
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
kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to m...
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