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:
@ -96,7 +96,7 @@ static String fix_doc_description(const String &p_bbcode) {
|
|||||||
// Based on what EditorHelp does.
|
// Based on what EditorHelp does.
|
||||||
|
|
||||||
return p_bbcode.dedent()
|
return p_bbcode.dedent()
|
||||||
.remove_chars("\t\r")
|
.remove_chars("\r")
|
||||||
.strip_edges();
|
.strip_edges();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user