mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-15 02:47:05 +02:00
chore: Fix inline docs reference
This commit is contained in:
parent
ff965e6953
commit
b7f6aa94cc
@ -96,7 +96,7 @@ class BytecodeContext internal constructor(private val options: PatcherOptions)
|
|||||||
internal inner class Integrations : MutableList<File> by mutableListOf(), Flushable {
|
internal inner class Integrations : MutableList<File> by mutableListOf(), Flushable {
|
||||||
/**
|
/**
|
||||||
* Whether to merge integrations.
|
* Whether to merge integrations.
|
||||||
* True when any supplied [Patch] is annotated with [RequiresIntegrations].
|
* Set to true, if the field requiresIntegrations of any supplied [Patch] is true.
|
||||||
*/
|
*/
|
||||||
var merge = false
|
var merge = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user