From 1da17070f5395cd4796bd4178985948da6505840 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Jan 2026 14:19:59 +0100 Subject: [PATCH] Code comment --- htdocs/core/lib/product.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/product.lib.php b/htdocs/core/lib/product.lib.php index 1a044aa5379..56b88b3bd78 100644 --- a/htdocs/core/lib/product.lib.php +++ b/htdocs/core/lib/product.lib.php @@ -26,15 +26,15 @@ */ /** - * \file htdocs/core/lib/product.lib.php - * \brief Ensemble de functions de base pour le module produit et service - * \ingroup product + * \file htdocs/core/lib/product.lib.php + * \brief Set of functions for the module product and service + * \ingroup product */ /** * Prepare array with list of tabs * - * @param Product $object Object related to tabs + * @param Product $object Object related to tabs * @return array Array of tabs to show */ function product_prepare_head($object)