mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Dokka config: emit a warning for undocumented elements
This commit is contained in:
parent
96b2254ac1
commit
51f7c68d3f
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@ buildscript {
|
|||
}
|
||||
}
|
||||
|
||||
dokkaHtml {
|
||||
dokkaSourceSets {
|
||||
configureEach {
|
||||
// Emit warnings about not documented members.
|
||||
reportUndocumented.set(true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
testOptions.unitTests.includeAndroidResources = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue