Dokka config: try to ignore `org.matrix.android.sdk.internal.legacy.riot`

This commit is contained in:
Benoit Marty 2022-04-21 16:49:07 +02:00 committed by Benoit Marty
parent 51f7c68d3f
commit 0449606f0b
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ dokkaHtml {
configureEach {
// Emit warnings about not documented members.
reportUndocumented.set(true)
// Suppress package legacy riot. Sadly this does not work
/*
perPackageOption {
prefix.set("org.matrix.android.sdk.internal.legacy.riot")
suppress.set(true)
}
*/
}
}
}