1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Merge pull request #52390 from raulsntos/csharp-docs-3.x

[3.x] Add documentation to GodotSharp
This commit is contained in:
Rémi Verschelde
2021-09-18 01:00:03 +02:00
committed by GitHub
29 changed files with 2061 additions and 561 deletions

View File

@@ -376,7 +376,7 @@ String BindingsGenerator::bbcode_to_xml(const String &p_bbcode, const TypeInterf
xml_output.append(link_target);
xml_output.append("</c>");
}
} else if (link_tag == "const") {
} else if (link_tag == "constant") {
if (!target_itype || !target_itype->is_object_type) {
if (OS::get_singleton()->is_stdout_verbose()) {
if (target_itype) {