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
commit fb23f7d175
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

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();
}