Disable the undocumented warnings, there are too many :/

This commit is contained in:
Benoit Marty 2022-05-04 14:56:11 +02:00 committed by Benoit Marty
parent dfe75de76e
commit 1eb97f6cb8

View file

@ -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")