MCPcopy Create free account
hub / github.com/beefytech/Beef / GetDocString

Method GetDocString

IDEHelper/Compiler/BfAst.h:2046–2055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2044 BfCommentKind mCommentKind;
2045
2046 void GetDocString(StringImpl& docString)
2047 {
2048 ToString(docString);
2049 for (int i = 0; i < (int)docString.length(); i++)
2050 {
2051 char c = docString[i];
2052 if (c == '\n')
2053 docString[i] = '\x3';
2054 }
2055 }
2056}; BF_AST_DECL(BfCommentNode, BfAstNode);
2057
2058class BfPreprocesorIgnoredSectionNode : public BfAstNode

Callers 8

AddMethodMethod · 0.80
AddTypeDefMethod · 0.80
AddFieldMethod · 0.80
AddPropMethod · 0.80
CheckDocumentationMethod · 0.80
LoadFieldMethod · 0.80
MatchMethodMethod · 0.80

Calls 2

ToStringFunction · 0.70
lengthMethod · 0.45

Tested by

no test coverage detected