diff --git a/xml/types/Bounds.xml b/xml/types/Bounds.xml
index 7046e5a..dd777fa 100644
--- a/xml/types/Bounds.xml
+++ b/xml/types/Bounds.xml
@@ -8,7 +8,7 @@
true
true
false
- Missing Documentation
+ Indicates the center point of the bounds.
Size
@@ -16,7 +16,7 @@
true
false
false
- Missing Documentation
+ Determines the size of the bounds.
Extents
@@ -24,7 +24,7 @@
true
true
false
- Missing Documentation
+ Indicates the extents of the bounds.
Start
@@ -48,7 +48,7 @@
true
true
false
- Missing Documentation
+ Indicates the volume of the bounds.
New
@@ -56,7 +56,7 @@
false
false
true
- Missing Documentation
+ Creates a new Bounds object.
New
@@ -76,7 +76,7 @@
false
false
true
- Missing Documentation
+ Creates a new Bounds object with the specified position and size.
ClosestPoint
@@ -96,7 +96,7 @@
false
false
true
- Missing Documentation
+ Calculates the closest point on the bounds to the specified point.
Contains
@@ -116,7 +116,7 @@
false
false
true
- Missing Documentation
+ Returns whether the bounds contain the specified point.
Encapsulate
@@ -136,7 +136,7 @@
false
false
true
- Missing Documentation
+ Expands the bounds by the specified amount.
Expand
@@ -156,7 +156,7 @@
false
false
true
- Missing Documentation
+ Expands the bounds by the specified amount.
Intersects
@@ -176,7 +176,7 @@
false
false
true
- Missing Documentation
+ Determines whether the bounds intersect with another bounds.
SetMinMax
@@ -202,7 +202,7 @@
false
false
true
- Missing Documentation
+ Sets the minimum and maximum points of the bounds.
Distance
@@ -222,7 +222,7 @@
false
false
true
- Missing Documentation
+ Calculates the distance from the bounds to the specified point.
SqrDistance
@@ -242,10 +242,10 @@
false
false
true
- Missing Documentation
+ Calculates the squared distance from the bounds to the specified point.
false
false
false
- Missing Documentation
+ Represents a bounding box in 3D space.
diff --git a/xml/types/ColorSeries.xml b/xml/types/ColorSeries.xml
index 139ec23..af331ca 100644
--- a/xml/types/ColorSeries.xml
+++ b/xml/types/ColorSeries.xml
@@ -56,7 +56,7 @@
false
false
false
- Missing Documentation
+ Sets the color at the specified point in the color series.
RemovePoint
@@ -70,7 +70,7 @@
false
false
false
- Missing Documentation
+ Removes the point at the specified index from the color series.
SetOffset
@@ -90,7 +90,7 @@
false
false
false
- Missing Documentation
+ Sets the offset at the specified point in the color series.
GetColor
@@ -104,7 +104,7 @@
false
false
false
- Missing Documentation
+ Gets the color at the specified point in the color series.
GetOffset
@@ -118,7 +118,7 @@
false
false
false
- Missing Documentation
+ Gets the offset at the specified point in the color series.
Lerp
@@ -132,7 +132,7 @@
false
false
false
- Missing Documentation
+ Interpolates between colors in the series based on the parameter t.
false
false