From 7127f5fc210d0cc8ffda1b31f44a2083b42cded5 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Mon, 16 Dec 2013 14:15:03 +0100
Subject: [PATCH] fix: doxygen

---
 htdocs/margin/lib/margins.lib.php | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/htdocs/margin/lib/margins.lib.php b/htdocs/margin/lib/margins.lib.php
index 8556548dcbc..2dadd9500f2 100644
--- a/htdocs/margin/lib/margins.lib.php
+++ b/htdocs/margin/lib/margins.lib.php
@@ -83,14 +83,14 @@ function marges_prepare_head()
 /**
  * Return an array with margins information of a line
  *
- * @param 	float 	$pvht					Selling price without tax
- * @param 	float	$remise_percent_ligne	Discount percent on line
- * @param 	float	$tva_tx					Vat rate
- * @param 	float	$localtax1_tx			Vat rate special 1
- * @param 	float	$localtax2_tx			Vat rate special 2
- * @param 	int		$fk_pa					Id of buying price (prefer set this to 0 and provide $paht instead. With id, buying price may have change)
- * @param 	float	$paht					Buying price without tax
- * @return	array							Array of margin info
+ * @param 	float 	$pvht				Selling price without tax
+ * @param 	float	$remise_percent		Discount percent on line
+ * @param 	float	$tva_tx				Vat rate (not used)
+ * @param 	float	$localtax1_tx		Vat rate special 1 (not used)
+ * @param 	float	$localtax2_tx		Vat rate special 2 (not used)
+ * @param 	int		$fk_pa				Id of buying price (prefer set this to 0 and provide $paht instead. With id, buying price may have change)
+ * @param 	float	$paht				Buying price without tax
+ * @return	array						Array of margin info
  */
 function getMarginInfos($pvht, $remise_percent, $tva_tx, $localtax1_tx, $localtax2_tx, $fk_pa, $paht)
 {
-- 
GitLab