Lines Matching defs:docstring
1060 std::string docstring;
1062 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring);
1063 if (!docstring.empty())
1064 SetHelpLong(docstring);
1160 std::string docstring;
1162 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
1163 if (!docstring.empty())
1164 SetHelp(docstring);
1177 std::string docstring;
1179 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
1180 if (!docstring.empty())
1181 SetHelpLong(docstring);
1856 std::string docstring;
1858 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
1859 if (!docstring.empty())
1860 SetHelp(docstring);
1873 std::string docstring;
1875 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
1876 if (!docstring.empty())
1877 SetHelpLong(docstring);