diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml
index 16e4ce37143..704430a1c29 100644
--- a/doc/classes/Tween.xml
+++ b/doc/classes/Tween.xml
@@ -214,6 +214,7 @@
Sets the default ease type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween].
+ If not specified, the default value is [constant EASE_IN_OUT].
@@ -260,6 +261,7 @@
Sets the default transition type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween].
+ If not specified, the default value is [constant TRANS_LINEAR].