mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
Before this change, API docs that look like this: …adding [param character]s to the right of the string. would turn into rst files that look like this: …adding ``character``s to the right of the string. That reStructuredText is invalid and causes warnings when the docs repo is built.