diff options
author | IgnatBeresnev <ignat.beresnev@jetbrains.com> | 2023-01-14 01:08:04 +0100 |
---|---|---|
committer | IgnatBeresnev <ignat.beresnev@jetbrains.com> | 2023-01-14 01:08:04 +0100 |
commit | 0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba (patch) | |
tree | 1eb278fb18db5c493b46e1222de95cc08d2dc1ca /docs/topics/formats/dokka-html.md | |
parent | ac932d43649a9b79780b0961f579e964f33d285e (diff) | |
download | dokka-0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba.tar.gz dokka-0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba.tar.bz2 dokka-0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba.zip |
Fix webhelp compilation errors
Diffstat (limited to 'docs/topics/formats/dokka-html.md')
-rw-r--r-- | docs/topics/formats/dokka-html.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/formats/dokka-html.md b/docs/topics/formats/dokka-html.md index dd81b2d9..ec8c335b 100644 --- a/docs/topics/formats/dokka-html.md +++ b/docs/topics/formats/dokka-html.md @@ -1,6 +1,8 @@ [//]: # (title: HTML) -HTML is Dokka's default and recommended output format. You can see an example of the final result by browsing documentation +HTML is Dokka's default and recommended output format. It is currently in Beta and approaching the Stable release. + +You can see an example of the output by browsing documentation for [kotlinx.coroutines](https://kotlinlang.org/api/kotlinx.coroutines/). ## Generate HTML documentation |