Update lua docs

This commit is contained in:
Martin Natano
2022-04-06 21:13:16 +02:00
parent 54ddcb9df8
commit 2586eec53f
3 changed files with 56 additions and 42 deletions
+1 -1
View File
@@ -144,10 +144,10 @@
<xs:complexType name="Function" mixed="true">
<xs:group ref="DocumentationGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attribute name="name" type="Identifier" use="required" />
<xs:attribute name="renamed" type="Identifier" use="optional" />
<xs:attribute name="theme" type="Identifier" use="optional" />
<xs:attribute name="return" type="IdentifierOrTable" use="optional" />
<xs:attribute name="arguments" type="ArgumentList" use="optional" />
<xs:attribute name="since" type="xs:string" use="optional" />
</xs:complexType>
<xs:complexType name="Link" mixed="true">