Searched refs:anchorRef (Results 1 – 2 of 2) sorted by relevance
87 string MdOut::anchorRef(string ref, string name) { in anchorRef() function in MdOut109 return this->anchorRef("#" + ref, name); in anchorLocalRef()113 return kTD_Left + this->anchorRef(ref, "<code>" + name + "</code>") + "</td>"; in tableDataCodeRef()612 this->anchorRef(s.fPriorLink, s.fPriorWord); in addReferences()620 this->anchorRef(s.fPriorLink, s.fPriorWord); in addReferences()1281 this->htmlOut(anchorRef(anchorLink, anchorText)); in markTypeOut()2235 this->htmlOut(this->anchorRef("#" + col2->fFiddle, methodName)); in rowOut()
208 string anchorRef(string def, string name);