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

Method buildCodeDocParam

src/tokenbuilder.cpp:411–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411int TokenBuilder::buildCodeDocParam(const QString& s)
412{
413 parser->text = new QString(s.trimmed());
414 return DOCPARAM;
415}
416
417int TokenBuilder::buildCodeDocFinish()
418{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected