diff options
Diffstat (limited to 'docs/topics/runners')
-rw-r--r-- | docs/topics/runners/dokka-gradle.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/topics/runners/dokka-gradle.md b/docs/topics/runners/dokka-gradle.md index 81e0a2f7..c049b225 100644 --- a/docs/topics/runners/dokka-gradle.md +++ b/docs/topics/runners/dokka-gradle.md @@ -90,8 +90,6 @@ and [multi-project](#multi-project-builds) builds. Use the following tasks to build documentation for simple, single-project applications and libraries: -#### Beta formats - | **Task** | **Description** | |----------------|-------------------------------------------------------------------------------------| | `dokkaHtml` | Generates documentation in [HTML](dokka-html.md) format. | @@ -121,8 +119,6 @@ cross-project references. Dokka creates the following tasks for **parent** projects automatically: -#### Beta formats (multi-module) - | **Task** | **Description** | |--------------------------|------------------------------------------------------------------------| | `dokkaHtmlMultiModule` | Generates multi-module documentation in [HTML](dokka-html.md) output format. | @@ -194,7 +190,7 @@ parentProject These pages are generated after running `dokkaHtmlCollector`: -![Screenshot for output of dokkaHtmlCollector task](dokkaHtmlCollector-example.png){width=800} +![Screenshot for output of dokkaHtmlCollector task](dokkaHtmlCollector-example.png){width=706} See our [multi-module project example](https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-multimodule-example) for more details. |