Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void LuaCodeFormat::SupportCLikeComments() {
61
_supportCLikeComments = true;
62
}
63
64
void LuaCodeFormat::LoadSpellDictionary(const std::string &path) {
65
_spellChecker.LoadDictionary(path);
Callers
14
CheckSingleFile
Method · 0.45
ReformatSingleFile
Method · 0.45
RangeReformat
Method · 0.45
Reformat
Method · 0.45
RangeFormat
Method · 0.45
TypeFormat
Method · 0.45
Diagnostic
Method · 0.45
set_clike_comments_symbol
Function · 0.45
Reformat
Method · 0.45
RangeFormat
Method · 0.45
TypeFormat
Method · 0.45
Diagnostic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected