From 45a9de3cd9e392190fe5a3bc5c327eaf9ec43479 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 19 Jan 2023 20:07:41 +0100 Subject: Fix mistakes in documentation --- docs/topics/dokka-module-and-package-docs.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'docs/topics/dokka-module-and-package-docs.md') diff --git a/docs/topics/dokka-module-and-package-docs.md b/docs/topics/dokka-module-and-package-docs.md index edfa150f..d8ceb3fa 100644 --- a/docs/topics/dokka-module-and-package-docs.md +++ b/docs/topics/dokka-module-and-package-docs.md @@ -53,14 +53,24 @@ To pass these files to Dokka, you need to use the relevant **includes** option f -Use the includes option in Source set configuration. + +Use the [includes](dokka-gradle.md#includes) option in [Source set configuration](dokka-gradle.md#source-set-configuration). + + -Use the includes option in General configuration. + +Use the [includes](dokka-maven.md#includes) option in [General configuration](dokka-maven.md#general-configuration). + + -If you are using command line configuration, use the includes option in Source set options. -If you are using JSON configuration, use the includes option in General configuration. +If you are using command line configuration, use the [includes](dokka-cli.md#includes-cli) option in +[Source set options](dokka-cli.md#source-set-options). + +If you are using JSON configuration, use the [includes](dokka-cli.md#includes-json) option in +[General configuration](dokka-cli.md#general-configuration). + -- cgit