diff options
author | Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> | 2023-01-19 17:34:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 17:34:28 +0100 |
commit | 1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0 (patch) | |
tree | fad47efeadff4375d64f79eac36482d262b19287 /docs/topics/runners/dokka-maven.md | |
parent | 4121336ce35ae2502ace12b5b7469fd3dbc5a4ad (diff) | |
download | dokka-1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0.tar.gz dokka-1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0.tar.bz2 dokka-1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0.zip |
Add module and package documentation content (#2819)
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
Diffstat (limited to 'docs/topics/runners/dokka-maven.md')
-rw-r--r-- | docs/topics/runners/dokka-maven.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/runners/dokka-maven.md b/docs/topics/runners/dokka-maven.md index 252abb6f..3331bce1 100644 --- a/docs/topics/runners/dokka-maven.md +++ b/docs/topics/runners/dokka-maven.md @@ -359,6 +359,7 @@ with [all configuration options](#complete-configuration) applied at the bottom <p>Default: <code>false</code></p> </def> <def title="noJdkLink"> + <anchor name="includes"/> <p>Whether to generate external documentation links to JDK's Javadocs.</p> <p>The version of JDK Javadocs is determined by the <code>jdkVersion</code> option.</p> <p>Note: Links <b>are</b> generated when <code>noJdkLink</code> is set to <code>false</code>.</p> @@ -367,7 +368,7 @@ with [all configuration options](#complete-configuration) applied at the bottom <def title="includes"> <p> A list of Markdown files that contain - <a href="https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation">module and package documentation</a> + <a href="dokka-module-and-package-docs.md">module and package documentation</a> </p> <p>The contents of specified files are parsed and embedded into documentation as module and package descriptions.</p> </def> |