Home | History | Annotate | Download | only in Commands

Lines Matching defs:docstring

1306                 std::string docstring;
1307 m_fetched_help_long = scripter->GetDocumentationForItem(m_function_name.c_str(),docstring);
1308 if (!docstring.empty())
1309 SetHelpLong(docstring);