summaryrefslogtreecommitdiff
path: root/doc/classes/EditorFeatureProfile.xml
AgeCommit message (Collapse)Author
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-27i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22)
2022-02-15Add an XML schema for documentationHugo Locurcio
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
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.
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2020-09-04doc: Sync classref with current sourceRémi Verschelde
2020-04-17Check for errors when saving in the ResourceSaver example documentationHugo Locurcio
This also replaces a non-breaking space that was accidentally added in the EditorFeatureProfile documentation. This closes #31393.
2020-03-30doc: Update classref with node renamesRémi Verschelde
A few extra renames for classes which were missed in last week's PRs.
2020-03-23Document the EditorFeatureProfile classHugo Locurcio
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
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.
2019-09-24doc: Sync classref with current sourceRémi Verschelde
Fix a few missing bindings or unspecified argument names and default values.
2019-06-27doc: Complete and harmonize all _MAX constant descriptionsRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-15doc: Sync classref with current sourceRémi Verschelde