Doc: doxygen

This commit is contained in:
Laurent Destailleur 2007-05-04 19:13:51 +00:00
parent b4272c9810
commit 2f4323a69d
2 changed files with 13 additions and 3 deletions

View File

@ -244,7 +244,11 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
}
}
function _tableau(&$pdf, $tab_top, $tab_height, $nexY)
/*
* \brief Affiche la grille des lignes de propales
* \param pdf objet PDF
*/
function _tableau(&$pdf, $tab_top, $tab_height, $nexY)
{
global $langs,$conf;
$langs->load("main");
@ -277,7 +281,13 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
}
function _pagehead(&$pdf, $delivery)
/*
* \brief Affiche en-tête propale
* \param pdf objet PDF
* \param fac objet propale
* \param showadress 0=non, 1=oui
*/
function _pagehead(&$pdf, $delivery)
{
global $langs;
$langs->load("deliveries");

View File

@ -1712,7 +1712,7 @@ class Product
/**
* \brief Saisie une commande fournisseur
* \param user Objet user de celui qui demande
* \param int <0 si ko, >0 si ok
* \return int <0 si ko, >0 si ok
*/
function fastappro($user)
{