Disable the undocumented warnings, there are too many :/
This commit is contained in:
parent
dfe75de76e
commit
1eb97f6cb8
|
@ -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…
Reference in New Issue