aboutsummaryrefslogtreecommitdiff
path: root/docs/src/doc/docs/community
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-07-13 12:13:41 +0200
committerGitHub <noreply@github.com>2022-07-13 12:13:41 +0200
commit7cbdcc9ae62d03af5efbab8f5ce2d815f456513a (patch)
tree2e2a90b5a24a4301a611236cdbea31d56fd6296b /docs/src/doc/docs/community
parent0cdb6d4de754ef5381de09be55ebdafa6868caca (diff)
downloaddokka-7cbdcc9ae62d03af5efbab8f5ce2d815f456513a.tar.gz
dokka-7cbdcc9ae62d03af5efbab8f5ce2d815f456513a.tar.bz2
dokka-7cbdcc9ae62d03af5efbab8f5ce2d815f456513a.zip
Update references and documentation to Dokka 1.7.10 (#2566)
Diffstat (limited to 'docs/src/doc/docs/community')
-rw-r--r--docs/src/doc/docs/community/plugins-list.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/doc/docs/community/plugins-list.md b/docs/src/doc/docs/community/plugins-list.md
index ed8993fc..e43dcbf3 100644
--- a/docs/src/doc/docs/community/plugins-list.md
+++ b/docs/src/doc/docs/community/plugins-list.md
@@ -155,6 +155,6 @@ For instance, `fun foo(bar: Bar): Baz` will be rendered as `public final Baz foo
`Kotlin as Java` plugin is published to maven central as a
[separate artifact](https://mvnrepository.com/artifact/org.jetbrains.dokka/kotlin-as-java-plugin):
-`org.jetbrains.dokka:kotlin-as-java-plugin:1.7.0`.
+`org.jetbrains.dokka:kotlin-as-java-plugin:1.7.10`.
[Plugin source code on GitHub](https://github.com/Kotlin/dokka/tree/master/plugins/kotlin-as-java)