Dokka config: try to ignore `org.matrix.android.sdk.internal.legacy.riot`
This commit is contained in:
parent
51f7c68d3f
commit
0449606f0b
|
@ -19,6 +19,13 @@ dokkaHtml {
|
||||||
configureEach {
|
configureEach {
|
||||||
// Emit warnings about not documented members.
|
// Emit warnings about not documented members.
|
||||||
reportUndocumented.set(true)
|
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 New Issue