Skip to content

Sub-modules don't inherit the footer message for HTML Dokka docs #111

@EdricChan03

Description

@EdricChan03

It appears that sub-modules don't inherit the footer message defined from the root module's pluginConfiguration.html block:

plugins {
  dev.adamko.`dokkatoo-html`
}

dokkatoo {
    pluginsConfiguration.html {
        // ...
        footerMessage.set("&copy; 2023 <...>")
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationformat:htmlRelates to Dokka HTML publication format

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions