Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | generate signature-based anchors for overloads; use signature instead of ↵ | Dmitry Jemerov | |
name as an anchor for in-page links | |||
2016-01-12 | fix compilation after merge | Dmitry Jemerov | |
2016-01-12 | Merge remote-tracking branch 'origin/master' | Dmitry Jemerov | |
# Conflicts: # dokka-gradle-plugin/src/main/kotlin/main.kt | |||
2016-01-12 | Merge pull request #48 from ingokegel/master | Dmitry Jemerov | |
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements | |||
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 | |
part of the documented module but reside in another package | |||
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 ↵ | Dmitry Jemerov | |
class is an upper bound of the receiver type parameter | |||
2016-01-08 | rewrite propagation of extension functions to subclasses to handle shadowing ↵ | Dmitry Jemerov | |
and applicability more correctly | |||
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 ↵ | ingo | |
file names and the list-typed properties are now more robust. | |||
2016-01-06 | Linking to a target with underscores did not work | ingo | |
For example, in a link like [MY_VALUE], the link would only try to resolve the text "MY" until the first underscore. Since the markdown parser parses the link label as [TEXT:MY, EMPH:_, TEXT:VALUE], using the first TEXT child node is not sufficient. | |||
2016-01-06 | Annotating functions or classes `@Suppress("NOT_DOCUMENTED")` will suppress ↵ | ingo | |
warnings about missing documentation | |||
2016-01-06 | mavenLocal() in dependencies can mess up generated gradle libraries in ↵ | ingo | |
IntelliJ project | |||
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 ↵ | Dmitry Jemerov | |
either generating a doc for a group of overloads (which have no members) or for a single node (where a list of members can be displayed) | |||
2016-01-04 | cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵ | Dmitry Jemerov | |
RefKind | |||
2016-01-04 | kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to ↵ | Dmitry Jemerov | |
mark extension function types | |||
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 | |
Embedded underscores and stars were removed in the output | |||
2016-01-04 | Embedded underscores in words like word_with_underscores or single embedded ↵ | Ingo Kegel | |
stars like embedded*star were removed in the output. | |||
2016-01-04 | Merge pull request #40 from ingokegel/master | Dmitry Jemerov | |
Allow multiple dokka tasks for one project, up-to-date check | |||
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 | |
For example, if multiple formats should be generated, adding more tasks like task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) { outputFormat = 'javadoc' outputDirectory = "$buildDir/javadoc" } is now possible. | |||
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 | |
Enable browsing of the output HTML with CSS | |||
2015-12-02 | a ScriptDescriptor is a ClassDescriptor now | Dmitry Jemerov | |
2015-12-02 | update kotlin-for-upsource.jar to beta 3 | Dmitry Jemerov | |
2015-11-23 | Copy style.css to the output directory when doing HTML and use relative paths. | Mike Hearn | |
Fixes the code so that the relative path to root is always available, breaking the requirement to use a local web server. | |||
2015-11-23 | Use Java 8 Path API to relativize paths instead of rolling a custom version. | Mike Hearn | |
Fixes various IOExceptions thrown during generation. | |||
2015-11-17 | fix link extensions in kotlin-website format | Dmitry Jemerov | |
2015-11-16 | advance versions | Dmitry Jemerov | |