From 4ac78e6a5f27156d4eaff317aec9327c0039a457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 4 Jun 2020 10:07:56 +0200 Subject: doc: Sync classref with current source --- doc/classes/EditorInterface.xml | 12 ++++-------- doc/classes/Image.xml | 6 ++++++ doc/classes/Skeleton3D.xml | 12 ++++++++++++ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 499c3b8271..dbe725f08b 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -182,14 +182,6 @@ Selects the file, with the path provided by [code]file[/code], in the FileSystem dock. - - - - - - - - @@ -210,6 +202,10 @@ + + + + diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 55d2275194..aa8c8d2443 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -436,6 +436,12 @@ Saves the image as a PNG file to [code]path[/code]. + + + + + + diff --git a/doc/classes/Skeleton3D.xml b/doc/classes/Skeleton3D.xml index 4460b519fc..640cbe84f5 100644 --- a/doc/classes/Skeleton3D.xml +++ b/doc/classes/Skeleton3D.xml @@ -106,6 +106,12 @@ Returns the pose transform of the specified bone. Pose is applied on top of the custom pose, which is applied on top the rest pose. + + + + + + @@ -268,6 +274,12 @@ + + + + + + -- cgit v1.2.3