mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix formatting issues from recent PRs (#6511)
This commit is contained in:
@@ -171,7 +171,7 @@ Supported values for the ``arch`` option are **auto**, **x86_32**, **x86_64**,
|
||||
|
||||
::
|
||||
|
||||
scons platform=<platform> arch=auto/'auto/x86_32/x86_64/arm32/arm64/rv64/ppc32/ppc64/wasm32
|
||||
scons platform=<platform> arch={auto|x86_32|x86_64|arm32|arm64|rv64|ppc32|ppc64|wasm32}
|
||||
|
||||
This flag appends the value of ``arch`` to resulting binaries when
|
||||
relevant. The default value ``arch=auto`` detects the architecture
|
||||
|
||||
@@ -46,7 +46,7 @@ Advantages
|
||||
|
||||
.. seealso::
|
||||
|
||||
See :ref:`doc_using_fonts` for guidelines on configuring font imports.
|
||||
See :ref:`doc_gui_using_fonts` for guidelines on configuring font imports.
|
||||
|
||||
Limitations
|
||||
^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user