From 48a46c2b137b1455303546d637c042197516c941 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Aug 2006 23:22:56 +0000 Subject: [PATCH] Doc: Dox doxygen --- doc/dev/dolibarr-doxygen.conf | 7 ++++--- htdocs/facture.class.php | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/dev/dolibarr-doxygen.conf b/doc/dev/dolibarr-doxygen.conf index 9d41d6eea87..a1708c560ff 100644 --- a/doc/dev/dolibarr-doxygen.conf +++ b/doc/dev/dolibarr-doxygen.conf @@ -76,15 +76,16 @@ FILE_PATTERNS = *.php RECURSIVE = YES EXCLUDE = mysql \ pgsql \ - misc \ CVS \ + build \ + doc \ documents \ scripts \ - htdocs/theme \ - htdocs/images \ + htdocs/includes/fckeditor \ htdocs/includes/fpdf \ htdocs/includes/jpgraph2 \ htdocs/includes/magpierss \ + htdocs/includes/nusoap \ htdocs/includes/pear \ htdocs/includes/php_writeexcel \ htdocs/includes/phplot diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 3ec7735ee56..f4f6ccd2755 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -2272,7 +2272,8 @@ class FactureLigne var $date_start; var $date_end; - var $info_bits = 0; // Bit 0: 0 si TVA normal - 1 si TVA NPR + var $info_bits = 0; // Bit 0: 0 si TVA normal - 1 si TVA NPR + // Bit 1: 0 si ligne normal - 1 si bit discount var $total_ht; // Total HT de la ligne toute quantité et incluant la remise ligne var $total_tva; // Total TVA de la ligne toute quantité et incluant la remise ligne var $total_ttc; // Total TTC de la ligne toute quantité et incluant la remise ligne