diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml
index e97c1e580cb..fd157e5eb91 100644
--- a/doc/classes/TreeItem.xml
+++ b/doc/classes/TreeItem.xml
@@ -208,6 +208,7 @@
+ Returns the metadata value that was set for the given column using [method set_metadata].
@@ -268,6 +269,7 @@
+ Returns the value of a [constant CELL_MODE_RANGE] column.
@@ -276,6 +278,7 @@
+ Returns a dictionary containing the range parameters for a given column. The keys are "min", "max", "step", and "expr".
@@ -300,6 +303,7 @@
+ Gets the suffix string shown after the column value.
@@ -606,6 +610,7 @@
+ Sets the metadata value for the given column, which can be retrieved later using [method get_metadata]. This can be used, for example, to store a reference to the original data.
@@ -629,6 +634,7 @@
+ Sets the value of a [constant CELL_MODE_RANGE] column.
@@ -645,6 +651,8 @@
+ Sets the range of accepted values for a column. The column must be in the [constant CELL_MODE_RANGE] mode.
+ If [code]expr[/code] is [code]true[/code], the edit mode slider will use an exponential scale as with [member Range.exp_edit].
@@ -686,6 +694,7 @@
+ Sets a string to be shown after a column's value (for example, a unit abbreviation).
@@ -696,6 +705,7 @@
+ Sets the given column's text value.
@@ -748,7 +758,7 @@
Cell contains a string.
- Cell can be checked.
+ Cell contains a checkbox.
Cell contains a range.