mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Dokka config: try to ignore org.matrix.android.sdk.internal.legacy.riot
This commit is contained in:
parent
51f7c68d3f
commit
0449606f0b
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue