diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-10 17:38:30 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-10 17:38:30 +0100 |
commit | 1e6a179fd25d07ffdf7f569e6e577bc96655cace (patch) | |
tree | 4b422f4ead7138e553b18b7e959c6d71b2b51f82 /README.md | |
parent | 15a61782470a82d48a5a0e136f2923cad2f0bc55 (diff) | |
download | dokka-1e6a179fd25d07ffdf7f569e6e577bc96655cace.tar.gz dokka-1e6a179fd25d07ffdf7f569e6e577bc96655cace.tar.bz2 dokka-1e6a179fd25d07ffdf7f569e6e577bc96655cace.zip |
typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ dokka 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]|https://kotlinlang.org/docs/reference/kotlin-doc.html] in Kotlin files, +standard Javadoc comments in Java files and [KDoc comments](https://kotlinlang.org/docs/reference/kotlin-doc.html) in Kotlin files, and can generate documentation in multiple formats including standard Javadoc, HTML and Markdown. ## Using Dokka |