Disable the undocumented warnings, there are too many :/
This commit is contained in:
parent
dfe75de76e
commit
1eb97f6cb8
|
@ -21,7 +21,7 @@ dokkaHtml {
|
||||||
dokkaSourceSets {
|
dokkaSourceSets {
|
||||||
configureEach {
|
configureEach {
|
||||||
// Emit warnings about not documented members.
|
// Emit warnings about not documented members.
|
||||||
reportUndocumented.set(true)
|
// reportUndocumented.set(true)
|
||||||
// Suppress legacy Riot's packages.
|
// Suppress legacy Riot's packages.
|
||||||
perPackageOption {
|
perPackageOption {
|
||||||
matchingRegex.set("org.matrix.android.sdk.internal.legacy.riot")
|
matchingRegex.set("org.matrix.android.sdk.internal.legacy.riot")
|
||||||
|
|
Loading…
Reference in New Issue