only: docs

This commit is contained in:
rusefi 2023-06-10 20:27:33 -04:00
parent fa7d33ac19
commit 5d15135d6b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import static com.rusefi.output.GetOutputValueConsumer.wrapSwitchStatement;
/**
* Here we generate C++ code for https://github.com/rusefi/rusefi/wiki/Lua-Scripting#getcalibrationname
* @see GetOutputValueConsumer
* @see GetConfigValueConsumerTest
*/
@SuppressWarnings("StringConcatenationInsideStringBufferAppend")
public class GetConfigValueConsumer implements ConfigurationConsumer {