diff --git a/htdocs/attributes/class/ProductAttribute.class.php b/htdocs/attributes/class/ProductAttribute.class.php
index 1e0837fcb97..f563b03cd7e 100644
--- a/htdocs/attributes/class/ProductAttribute.class.php
+++ b/htdocs/attributes/class/ProductAttribute.class.php
@@ -16,6 +16,10 @@
* along with this program. If not, see .
*/
+/**
+ * Class ProductAttribute
+ * Used to represent a product attribute
+ */
class ProductAttribute
{
/**
diff --git a/htdocs/attributes/class/ProductAttributeValue.class.php b/htdocs/attributes/class/ProductAttributeValue.class.php
index f500fb251c6..41d1818ee63 100644
--- a/htdocs/attributes/class/ProductAttributeValue.class.php
+++ b/htdocs/attributes/class/ProductAttributeValue.class.php
@@ -16,6 +16,10 @@
* along with this program. If not, see .
*/
+/**
+ * Class ProductAttributeValue
+ * Used to represent a product attribute value
+ */
class ProductAttributeValue
{
/**
diff --git a/htdocs/attributes/class/ProductCombination.class.php b/htdocs/attributes/class/ProductCombination.class.php
index 6722f7f03fc..d5d7b6e81af 100644
--- a/htdocs/attributes/class/ProductCombination.class.php
+++ b/htdocs/attributes/class/ProductCombination.class.php
@@ -16,6 +16,10 @@
* along with this program. If not, see .
*/
+/**
+ * Class ProductCombination
+ * Used to represent a product combination
+ */
class ProductCombination
{
/**
diff --git a/htdocs/attributes/class/ProductCombination2ValuePair.class.php b/htdocs/attributes/class/ProductCombination2ValuePair.class.php
index 93521b86bbf..01bd0952d2d 100644
--- a/htdocs/attributes/class/ProductCombination2ValuePair.class.php
+++ b/htdocs/attributes/class/ProductCombination2ValuePair.class.php
@@ -16,6 +16,10 @@
* along with this program. If not, see .
*/
+/**
+ * Class ProductCombination2ValuePair
+ * Used to represent the relation between a product combination, a product attribute and a product attribute value
+ */
class ProductCombination2ValuePair
{
/**