Searched refs:m_textFunc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp337 m_textFunc; // the function doc text member in class:HelpGenVisitor
814 m_textFunc =
867 m_textFunc << "\\void";
870 m_textFunc << "}\n\n";
873 m_textFunc << m_textStoredFunctionComment << '\n';
876 m_arrayFuncDocs.Add(new FunctionDocEntry(m_funcName, m_textFunc));
1293 m_textFunc.Printf("\n"
1311 m_textFunc += func;
1323 m_textFunc << ", ";
1326 m_textFunc << "\\para
[all...]

Completed in 98 milliseconds