[FIR2IR] Add KDoc to Fir2IrConfiguration.linkViaSignatures flag

This commit is contained in:
Dmitriy Novozhilov
2023-11-09 10:35:33 +02:00
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
/**
* @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
* 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.