Skip to content

Commit

Permalink
Restore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
djoksimo committed Jan 3, 2024
1 parent 028f868 commit 358e099
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ local.properties
SecretRingKey.gpg
/buildSrc/build/
*.jks

# Dokka HTML documentation
reference-docs/
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ subprojects {
if (name != "forage-android") return

apply plugin: 'org.jetbrains.dokka'

tasks.named("dokkaHtml", org.jetbrains.dokka.gradle.DokkaTask.class) {
outputDirectory.set(file("${rootDir}/reference-docs"))
pluginsMapConfiguration.set(
["org.jetbrains.dokka.base.DokkaBase": """{ "separateInheritedMembers": true}"""]
)
}
}

spotless {
Expand Down

0 comments on commit 358e099

Please sign in to comment.