Code comment

This commit is contained in:
Laurent Destailleur
2026-01-25 14:19:59 +01:00
parent 57be3472a2
commit 1da17070f5

View File

@@ -26,15 +26,15 @@
*/ */
/** /**
* \file htdocs/core/lib/product.lib.php * \file htdocs/core/lib/product.lib.php
* \brief Ensemble de functions de base pour le module produit et service * \brief Set of functions for the module product and service
* \ingroup product * \ingroup product
*/ */
/** /**
* Prepare array with list of tabs * Prepare array with list of tabs
* *
* @param Product $object Object related to tabs * @param Product $object Object related to tabs
* @return array<array{0:string,1:string,2:string}> Array of tabs to show * @return array<array{0:string,1:string,2:string}> Array of tabs to show
*/ */
function product_prepare_head($object) function product_prepare_head($object)