diff options
author | kobewi <kobewi4e@gmail.com> | 2023-08-09 17:52:01 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-08-10 15:07:25 +0200 |
commit | fca3ab55649c43ade5076687dbba31d2a08ea1d7 (patch) | |
tree | ad357423e20dcb2961651363de16abc14ee3d6e8 /doc/class.xsd | |
parent | 7df393312fa8eab98231f2c335366a1ef6205367 (diff) | |
download | redot-engine-fca3ab55649c43ade5076687dbba31d2a08ea1d7.tar.gz |
Deprecate project_settings_changed signal
Diffstat (limited to 'doc/class.xsd')
-rw-r--r-- | doc/class.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/class.xsd b/doc/class.xsd index 22821ac767..587f3f3c97 100644 --- a/doc/class.xsd +++ b/doc/class.xsd @@ -149,6 +149,8 @@ <xs:element type="xs:string" name="description" /> </xs:sequence> <xs:attribute type="xs:string" name="name" use="optional" /> + <xs:attribute type="xs:boolean" name="is_deprecated" use="optional" /> + <xs:attribute type="xs:boolean" name="is_experimental" use="optional" /> </xs:complexType> </xs:element> </xs:sequence> |