MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / SupportCLikeComments

Method SupportCLikeComments

CodeFormatLib/src/LuaCodeFormat.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void LuaCodeFormat::SupportCLikeComments() {
61 _supportCLikeComments = true;
62}
63
64void LuaCodeFormat::LoadSpellDictionary(const std::string &path) {
65 _spellChecker.LoadDictionary(path);

Callers 14

CheckSingleFileMethod · 0.45
ReformatSingleFileMethod · 0.45
RangeReformatMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
TypeFormatMethod · 0.45
DiagnosticMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
TypeFormatMethod · 0.45
DiagnosticMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected