godot/doc
Haoyu Qiu 344ed9ec6c Remove leading spaces from enumerator name hints
For `PROPERTY_HINT_ENUM` properties, enumerator names can be provided as
a comma separated list. There're a few properties that add leading
spaces to the names (e.g. `First, Second, Third`).

These spaces are included in the Inspector dropdown, which is
unexpected.

It's better to leave the surrounding spaces untouched because it could
be part of the resulting string value (the variable is a string enum).
And most other enum hints don't contain surrounding whitespaces.

This PR removes the spaces and documents this `PROPERTY_HINT_ENUM`
behavior.
2022-10-08 11:33:50 +08:00
..
classes Remove leading spaces from enumerator name hints 2022-10-08 11:33:50 +08:00
tools ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
translations ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
class.xsd 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
Doxyfile
Makefile Fixes doc/Makefile fails if path contains spaces 2022-09-11 20:03:53 +09:00