diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-08-21 15:57:01 +0200 |
---|---|---|
committer | Marcin Aman <marcin.aman@gmail.com> | 2021-08-21 15:57:01 +0200 |
commit | 9044761979d08b3b116c9f8416dfb42ae216898c (patch) | |
tree | 700f3984d9078cec4914a27e2e7f977e2960464e /docs | |
parent | 79463f06a953de2f2c2ec877f34deaed658b3471 (diff) | |
download | dokka-9044761979d08b3b116c9f8416dfb42ae216898c.tar.gz dokka-9044761979d08b3b116c9f8416dfb42ae216898c.tar.bz2 dokka-9044761979d08b3b116c9f8416dfb42ae216898c.zip |
Review comments + "unspecified" version fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/doc/docs/user_guide/base-specific/frontend.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/src/doc/docs/user_guide/base-specific/frontend.md b/docs/src/doc/docs/user_guide/base-specific/frontend.md index dc1b0c2e..63146013 100644 --- a/docs/src/doc/docs/user_guide/base-specific/frontend.md +++ b/docs/src/doc/docs/user_guide/base-specific/frontend.md @@ -31,9 +31,12 @@ Resources will be overridden when in `pluginConfiguration` block there is a reso ## Modifying footer Dokka supports custom messages in the footer via `footerMessage` string property on base plugin configuration. -Keep in mind that this value will be pased exactly to the output html, so it has to be valid and escaped correctly. +Keep in mind that this value will be passed exactly to the output html, so it has to be valid and escaped correctly. ## Separating inherited members By setting a boolean property `separateInheritedMembers` dokka will split inherited members (like functions, properties etc.) -from ones declared in viewed class. Separated members will have it's own tabs on the page.
\ No newline at end of file +from ones declared in viewed class. Separated members will have it's own tabs on the page. + + +For build system specific instructions please visit dedicated pages: [gradle](../gradle/usage.md#Applying plugins), [maven](../maven/usage.md#Applying plugins) and [cli](../cli/usage.md#Configuration options)
\ No newline at end of file |