From 0725fea9233b13ee32947bee77f3d60b16ac783d Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 15 Jan 2014 03:08:11 +0100
Subject: [PATCH] Fix: doxygen

---
 htdocs/categories/class/categorie.class.php | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php
index 7e990e602c9..81ea914e481 100644
--- a/htdocs/categories/class/categorie.class.php
+++ b/htdocs/categories/class/categorie.class.php
@@ -499,7 +499,7 @@ class Categorie
 		$column_name=$type;
         if ($type=='contact') $column_name='socpeople';
         if ($type=='fournisseur') $column_name='societe';
-        
+
 		$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_".$type;
 		$sql .= " WHERE fk_categorie = ".$this->id;
 		$sql .= " AND   fk_".$column_name."   = ".$obj->id;
@@ -573,9 +573,10 @@ class Categorie
 
 	/**
 	 * check for the presence of an object in a category
-	 * @param string $type              object type
-	 * @param int    $object_id         id of the object to search
-	 * @return int   nb                 number of occurrences
+	 *
+	 * @param	string	$type				Type of category ('member', 'customer', 'supplier', 'product', 'contact')
+	 * @param 	int    	$object_id			id of the object to search
+	 * @return 	int   						number of occurrences
 	 */
 	function containsObject($type, $object_id)
 	{
-- 
GitLab