From 27e9df7778f9546739787caa9335636a01314877 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: 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.
---
doc/classes/TextEdit.xml | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'doc/classes/TextEdit.xml')
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 6a3c124c60..5de6c059c3 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -14,6 +14,7 @@
+ A virtual method that is called whenever backspace is triggered.
@@ -28,6 +29,7 @@
+ Causes the [TextEdit] to perform a backspace.
@@ -172,6 +174,7 @@
+ Returns the indent level of a specific line.
@@ -312,6 +315,7 @@
+ Returns the [TextEdit]'s' tab size.
@@ -667,6 +671,7 @@
+ Sets the tab size for the [TextEdit] to use.
--
cgit v1.2.3