aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 3d07035e3a8a54289d923552e75a69ebb6a437ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "Dokka"
description:
    "Dokka is a documentation engine for Kotlin, performing the same function "
    "as javadoc for Java. Just like Kotlin itself, Dokka fully supports "
    "mixed-language Java/Kotlin projects. It understands standard Javadoc "
    "comments in Java files and KDoc comments in Kotlin files, and can generate "
    "documentation in multiple formats including standard Javadoc, HTML and "
    "Markdown."

third_party {
  url {
    type: GIT
    value: "github.com/kotlin/dokka"
  }
  version: "0.9.18"
  last_upgrade_date { year: 2018 month: 6 day: 18 }
  license_type: NOTICE
}