Home | History | Annotate | Download | only in bookmaker

Lines Matching full:errorstr

402             string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param";
403 errorStr += " description must start with lower case";
404 paramBody.reportError(errorStr.c_str());