Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ PrintFormatted
Method
PrintFormatted
Source/cmDocumentationFormatter.cxx:185–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
void cmDocumentationFormatter::PrintFormatted(std::ostream& os,
186
std::string const& text) const
187
{
188
os << this->Format(text);
189
}
Callers
4
testPrintFormattedNoIndent
Function · 0.80
testPrintFormattedIndent2
Function · 0.80
testPrintFormattedIndent10
Function · 0.80
printMessageText
Function · 0.80
Calls
1
Format
Method · 0.95
Tested by
3
testPrintFormattedNoIndent
Function · 0.64
testPrintFormattedIndent2
Function · 0.64
testPrintFormattedIndent10
Function · 0.64