summaryrefslogtreecommitdiffstats
path: root/doc/class.xsd
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-0/+21
|
* Add keywords to the class referenceRedMser2024-02-091-0/+7
| | | | | | | | | | | | Allows for finding methods, properties, signals, constants, theme items and annotations more easily. - Allow "keywords" attribute in aforementioned locations in the class reference XMLs - Extends doctool, to preserve these attributes - Update the XSD schema for the class reference - Update the RST generator to include a meta tag for class keywords - Update the editor help to support filtering by keywords
* Deprecate project_settings_changed signalkobewi2023-08-101-0/+2
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+0
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-0/+9
|
* 2D and 3D Skeleton modification docs, and small fixes.Lyuma2022-09-141-0/+8
| | | | | | | Mark SkeletonModificationStack3D and related as deprecated. Mark local bone override and axis functions deprecated in Skeleton3D api. Fix array property glitch in SkeletonModificationStack2D Mark SkeletonModificationStack2D and related APIs as experimental. Mark SkeletonIK3D as deprecated.
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-5/+5
|
* Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-061-0/+36
|\
| * Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+36
| |
* | Implement a BitField hintreduz2022-07-051-0/+1
|/ | | | Allows to specify the binder that an enum must be treated as a bitfield.
* Add an XML schema for documentationHugo Locurcio2022-02-151-0/+225
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.