mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Code comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user