From ad1aea9a462781f993277601e5e7a268eedb12ac Mon Sep 17 00:00:00 2001 From: Nick Huelin <62965063+SirQuartz@users.noreply.github.com> Date: Tue, 6 Jul 2021 07:22:53 -0400 Subject: [PATCH] Add multiple descriptions to several classes This pull request adds several descriptions to multiple different classes. This improves the completeness of the documentation and enhances usability by doing so. (cherry picked from commit 27e9df7778f9546739787caa9335636a01314877) --- doc/classes/EditorPlugin.xml | 2 ++ doc/classes/Tree.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index eccef1dbac9..ad97f62e47d 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -409,6 +409,7 @@ + Minimizes the bottom panel. @@ -417,6 +418,7 @@ + Makes a specific item in the bottom panel visible. diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 298a5250021..0cf6354f7ad 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -205,6 +205,7 @@ + Causes the [Tree] to jump to the specified item.