diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-28 13:35:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 13:35:21 +0200 |
commit | 143d13717bcedd00b457958c563f0ab5d7c93896 (patch) | |
tree | d22b48fbffbf7bcbc2b66da3ae689ae0809d4aed /doc/classes/ScriptLanguage.xml | |
parent | 31f26f5c58f46c464653070fd1df4b57d0cd6d36 (diff) | |
parent | 360dea5348652d8806d33598e111651afb3d193a (diff) |
Merge pull request #59553 from reduz/script-extension-support
Diffstat (limited to 'doc/classes/ScriptLanguage.xml')
-rw-r--r-- | doc/classes/ScriptLanguage.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/ScriptLanguage.xml b/doc/classes/ScriptLanguage.xml new file mode 100644 index 0000000000..b229e461f5 --- /dev/null +++ b/doc/classes/ScriptLanguage.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="ScriptLanguage" inherits="Object" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> + <brief_description> + </brief_description> + <description> + </description> + <tutorials> + </tutorials> +</class> |