godotengine / godotengine/godot-docs
New property description (old member variables) is wasting space
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
Not sure if this is the best place, but here goes. I feel like showing the additional whitespace and setters/getters in the docs made the docs less usable. The setters/getters take half of a variable's documentation space and the extra spacing makes it hard to get an overview of how a class works. Compare 3.1/latest

with 3.0, where all the information fits in one page,

Some of the setters/getters are not obvious from the name, see

but as far as I understand, their usage in GDScript has been discouraged in favor of simply accessing variables directly, so maybe adding them to the Property section would be better, as so?

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.