[FIR2IR] Add KDoc to Fir2IrConfiguration.linkViaSignatures flag
This commit is contained in:
committed by
Space Team
parent
687f5fc20d
commit
11586975e8
@@ -23,6 +23,9 @@ import org.jetbrains.kotlin.incremental.components.ExpectActualTracker
|
|||||||
import org.jetbrains.kotlin.incremental.components.InlineConstTracker
|
import org.jetbrains.kotlin.incremental.components.InlineConstTracker
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @param linkViaSignatures enables calculation of signatures for IR symbols and filling the SymbolTable with them.
|
||||||
|
* This parameter should be set to true if caller will rely on the content of the symbol table in future (like for KLib generation)
|
||||||
|
*
|
||||||
* @param allowNonCachedDeclarations
|
* @param allowNonCachedDeclarations
|
||||||
* Normally, FIR-to-IR caches all declarations it meets in a compiled module.
|
* Normally, FIR-to-IR caches all declarations it meets in a compiled module.
|
||||||
* It means asking for an IR element of a non-cached declaration is a sign of inconsistent state.
|
* It means asking for an IR element of a non-cached declaration is a sign of inconsistent state.
|
||||||
|
|||||||
Reference in New Issue
Block a user