Browse Source

Fix constant tag documentation in C# bindings generator

Raul Santos 4 years ago
parent
commit
415529400b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/mono/editor/bindings_generator.cpp

+ 1 - 1
modules/mono/editor/bindings_generator.cpp

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