summaryrefslogtreecommitdiffstats
path: root/doc/classes/Skin.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-44/+22
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Update documentation for Transform3DAaron Franke2021-06-031-3/+3
|
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-0/+18
|
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* doc: Sync classref with current sourceRémi Verschelde2019-09-241-0/+79
Fix a few missing bindings or unspecified argument names and default values.