Merge pull request #110557 from Splizard/fix-dump-extension-api-with-docs-indentation

Fix `--dump-extension-api-with-docs` indentation
This commit is contained in:
Thaddeus Crews
2025-09-16 11:44:54 -05:00

View File

@ -96,7 +96,7 @@ static String fix_doc_description(const String &p_bbcode) {
// Based on what EditorHelp does.
return p_bbcode.dedent()
.remove_chars("\t\r")
.remove_chars("\r")
.strip_edges();
}