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
2016-02-15
0.9.7
Dmitry Jemerov
2016-02-15
Add LICENSE. Closes #51
Dmitry Jemerov
2016-02-15
Dokka for Kotlin 1.0
Dmitry Jemerov
2016-02-04
update README to point to latest version
Dmitry Jemerov
2016-02-04
0.9.6
Dmitry Jemerov
2016-02-04
1.0.0-rc-1036
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
always use forward slashes in paths
Dmitry Jemerov
2016-02-02
update for public RC
Dmitry Jemerov
2016-01-28
put the most important information required to identify an element in the beg...
Dmitry Jemerov
2016-01-28
support uploading to EAP repository
Dmitry Jemerov
2016-01-25
fix Maven build
Dmitry Jemerov
2016-01-25
update Gradle libraries
Dmitry Jemerov
2016-01-25
reference EAP repository in build script
Dmitry Jemerov
2016-01-25
update Dokka to internal RC: remove usages of kotlin.test
Dmitry Jemerov
2016-01-14
fix resolve of @sample links
Dmitry Jemerov
2016-01-13
add all source roots as both Java and Kotlin source roots. Resolves #39
Dmitry Jemerov
2016-01-12
don't sort enum values alphabetically (https://github.com/Kotlin/dokka/issues...
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
fix compilation after merge
Dmitry Jemerov
2016-01-12
Merge remote-tracking branch 'origin/master'
Dmitry Jemerov
2016-01-12
Merge pull request #48 from ingokegel/master
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
line breaks between parameters
Dmitry Jemerov
2016-01-08
move some more logic into PageBuilder class
Dmitry Jemerov
2016-01-08
support for formatting text into existing StringBuilder
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-06
gradle plugin: up-to-date status did not consider include and sample files
ingo
2016-01-06
gradle plugin: The "includes" and "samples" properties now accept relative fi...
ingo
2016-01-06
Linking to a target with underscores did not work
ingo
2016-01-06
Annotating functions or classes `@Suppress("NOT_DOCUMENTED")` will suppress w...
ingo
2016-01-06
mavenLocal() in dependencies can mess up generated gradle libraries in Intell...
ingo
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
render multiple type parameter constraints according to current Kotlin syntax
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
StructuredFormatService restructured so that it makes more sense: we're eithe...
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
Gradle libraries updated
Dmitry Jemerov
2016-01-04
cleanup: remove redundant 'public' modifiers
Dmitry Jemerov
2016-01-04
Merge pull request #43 from ingokegel/master
Dmitry Jemerov
[next]