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-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
2016-01-04
Embedded underscores in words like word_with_underscores or single embedded s...
Ingo Kegel
2016-01-04
Merge pull request #40 from ingokegel/master
Dmitry Jemerov
2016-01-03
dokka gradle tasks now know when they are up-to-date.
ingo
2016-01-03
Allow multiple dokka tasks for one project.
ingo
2015-12-28
separate Gradle task to prepare Maven plugin upload
Dmitry Jemerov
2015-12-28
update for Kotlin beta 4
Dmitry Jemerov
2015-12-04
0.9.3
Dmitry Jemerov
2015-12-03
overload group formatting fixes
Dmitry Jemerov
2015-12-03
fix "all tests" configuration
Dmitry Jemerov
2015-12-03
fix module name in shared run configurations
Dmitry Jemerov
2015-12-03
allow each format service to provide its own support files
Dmitry Jemerov
2015-12-03
configure Ant dependency so that it's visible in IntelliJ
Dmitry Jemerov
2015-12-03
remove references to Ant from README
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-12-03
Merge pull request #38 from mikehearn/style-css
Dmitry Jemerov
2015-12-02
a ScriptDescriptor is a ClassDescriptor now
Dmitry Jemerov
2015-12-02
update kotlin-for-upsource.jar to beta 3
Dmitry Jemerov
[next]