MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / buildCodeDoc

Method buildCodeDoc

src/tokenbuilder.cpp:401–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401int TokenBuilder::buildCodeDoc(const QString& s)
402{
403 parser->text = new QString(s.trimmed());
404 return DOCTEXT;
405}
406
407void TokenBuilder::buildCodeDoc()
408{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected