mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Disable the undocumented warnings, there are too many :/
This commit is contained in:
parent
dfe75de76e
commit
1eb97f6cb8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ dokkaHtml {
|
|||
dokkaSourceSets {
|
||||
configureEach {
|
||||
// Emit warnings about not documented members.
|
||||
reportUndocumented.set(true)
|
||||
// reportUndocumented.set(true)
|
||||
// Suppress legacy Riot's packages.
|
||||
perPackageOption {
|
||||
matchingRegex.set("org.matrix.android.sdk.internal.legacy.riot")
|
||||
|
|
Loading…
Add table
Reference in a new issue