From a1c1c3b6749892366011c92cd0f170c52e3389b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Nov 2006 21:40:10 +0000 Subject: [PATCH] Modif doc doxygen --- htdocs/categories/categorie.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/categories/categorie.class.php b/htdocs/categories/categorie.class.php index 55563dd6d43..0b188b3a841 100644 --- a/htdocs/categories/categorie.class.php +++ b/htdocs/categories/categorie.class.php @@ -592,7 +592,8 @@ class Categorie /** - * Retourne toutes les catégories + * \brief Retourne toutes les catégories + * \return array Tableau d'objet Categorie */ function get_all_categories () { @@ -616,6 +617,7 @@ class Categorie return -1; } } + /** * \brief Retourne le nombre total de catégories * \return int Nombre de categories