doc: Sync classref with current source

And move GLTF docs to its module folder.
This commit is contained in:
Rémi Verschelde
2021-03-18 14:44:42 +01:00
parent 2fd445cc18
commit 4ca1e73ff9
48 changed files with 535 additions and 395 deletions

View File

@@ -50,14 +50,14 @@
Constructs a new [Vector2i] from the given [code]x[/code] and [code]y[/code].
</description>
</method>
<method name="abs">
<method name="abs" qualifiers="const">
<return type="Vector2i">
</return>
<description>
Returns a new vector with all components in absolute values (i.e. positive).
</description>
</method>
<method name="aspect">
<method name="aspect" qualifiers="const">
<return type="float">
</return>
<description>
@@ -212,7 +212,7 @@
<description>
</description>
</method>
<method name="sign">
<method name="sign" qualifiers="const">
<return type="Vector2i">
</return>
<description>