diff options
Diffstat (limited to 'docs/topics/runners/dokka-gradle.md')
-rw-r--r-- | docs/topics/runners/dokka-gradle.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/topics/runners/dokka-gradle.md b/docs/topics/runners/dokka-gradle.md index a3287293..fd7864e3 100644 --- a/docs/topics/runners/dokka-gradle.md +++ b/docs/topics/runners/dokka-gradle.md @@ -90,14 +90,14 @@ and [multi-project](#multi-project-builds) builds. Use the following tasks to build documentation for simple, single-project applications and libraries: -| **Task** | **Description** | -|----------------|-------------------------------------------------------------------------------------| -| `dokkaHtml` | Generates documentation in [HTML](dokka-html.md) format. | +| **Task** | **Description** | +|-------------|----------------------------------------------------------| +| `dokkaHtml` | Generates documentation in [HTML](dokka-html.md) format. | #### Experimental formats -| **Task** | **Description** | -|----------------|-------------------------------------------------------------------------------------| +| **Task** | **Description** | +|----------------|-------------------------------------------------------------------------------------------| | `dokkaGfm` | Generates documentation in [GitHub Flavored Markdown](dokka-markdown.md#gfm) format. | | `dokkaJavadoc` | Generates documentation in [Javadoc](dokka-javadoc.md) format. | | `dokkaJekyll` | Generates documentation in [Jekyll compatible Markdown](dokka-markdown.md#jekyll) format. | @@ -119,14 +119,14 @@ cross-project references. Dokka creates the following tasks for **parent** projects automatically: -| **Task** | **Description** | -|--------------------------|------------------------------------------------------------------------| -| `dokkaHtmlMultiModule` | Generates multi-module documentation in [HTML](dokka-html.md) output format. | +| **Task** | **Description** | +|------------------------|------------------------------------------------------------------------------| +| `dokkaHtmlMultiModule` | Generates multi-module documentation in [HTML](dokka-html.md) output format. | #### Experimental formats (multi-module) -| **Task** | **Description** | -|--------------------------|---------------------------------------------------------------------------------------------------------| +| **Task** | **Description** | +|--------------------------|---------------------------------------------------------------------------------------------------------------| | `dokkaGfmMultiModule` | Generates multi-module documentation in [GitHub Flavored Markdown](dokka-markdown.md#gfm) output format. | | `dokkaJekyllMultiModule` | Generates multi-module documentation in [Jekyll compatible Markdown](dokka-markdown.md#jekyll) output format. | @@ -155,7 +155,7 @@ These pages are generated after running `dokkaHtmlMultiModule`: ![Screenshot for output of dokkaHtmlMultiModule task](dokkaHtmlMultiModule-example.png){width=600} -See our [multi-module project example](https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-multimodule-example) +See our [multi-module project example](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/examples/gradle/dokka-multimodule-example) for more details. #### Collector tasks @@ -192,7 +192,7 @@ These pages are generated after running `dokkaHtmlCollector`: ![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) +See our [multi-module project example](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/examples/gradle/dokka-multimodule-example) for more details. #### Partial tasks |