Lines Matching defs:docstring
1067 std::string docstring;
1069 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring);
1070 if (!docstring.empty())
1071 SetHelpLong(docstring);
1167 std::string docstring;
1169 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
1170 if (!docstring.empty())
1171 SetHelp(docstring);
1184 std::string docstring;
1186 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
1187 if (!docstring.empty())
1188 SetHelpLong(docstring);
2091 std::string docstring;
2093 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
2094 if (!docstring.empty())
2095 SetHelp(docstring);
2108 std::string docstring;
2110 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
2111 if (!docstring.empty())
2112 SetHelpLong(docstring);