";
+ if (i->first != prev_title) {
+ os << "" << escape_xml (i->first) << "" << std::endl;
+ prev_title = i->first;
+ }
+ os << " | ";
+
+ os << " " << tl::to_string (QObject::tr ("Signature")) << ": ";
std::string attr = method_attributes (i->second.first, method_doc);
if (! attr.empty ()) {
os << "[" << escape_xml (attr) << "] ";
}
- os << method_return (i->second.first, method_doc, true) << " " << escape_xml (i->first) << method_arguments (i->second.first, cls_obj, method_doc, true, "");
- os << "" << std::endl;
+ os << method_return (i->second.first, method_doc, true) << " " << escape_xml (i->first) << " " << method_arguments (i->second.first, cls_obj, method_doc, true, "");
+ os << " " << std::endl;
+
+ os << "";
os << " " << tl::to_string (QObject::tr ("Description")) << ": " << replace_references (escape_xml (method_doc.brief_doc), cls_obj) << " " << std::endl;
@@ -1237,8 +1250,13 @@ GSIHelpProvider::produce_class_doc (const std::string &cls) const
}
}
+ os << " ";
+ os << " |
";
+
}
+ os << "