diff --git a/build/tgz/tar.exclude b/build/tgz/tar.exclude index d61f0be82eb..f5bdf759107 100644 --- a/build/tgz/tar.exclude +++ b/build/tgz/tar.exclude @@ -15,7 +15,6 @@ htdocs/conf/conf.php htdocs/avoir htdocs/document htdocs/documents -htdocs/domain htdocs/lolix htdocs/postnuke htdocs/telephonie diff --git a/doc/dev/dolibarr-doxygen.conf b/doc/dev/dolibarr-doxygen.conf index abdaf4459d0..da410fbcf23 100644 --- a/doc/dev/dolibarr-doxygen.conf +++ b/doc/dev/dolibarr-doxygen.conf @@ -82,6 +82,9 @@ EXCLUDE = mysql \ documents \ htdocs/conf/conf.php \ htdocs/domain \ + htdocs/includes/adodbtime \ + htdocs/includes/barcode \ + htdocs/includes/cryptograph \ htdocs/includes/fckeditor \ htdocs/includes/fpdf \ htdocs/includes/jpgraph2 \ @@ -89,13 +92,20 @@ EXCLUDE = mysql \ htdocs/includes/nusoap \ htdocs/includes/pear \ htdocs/includes/php_writeexcel \ + htdocs/includes/phpexcelreader \ htdocs/includes/phplot \ htdocs/includes/phplot5 \ + htdocs/includes/scriptaculous \ htdocs/includes/treemenu \ + htdocs/includes/xmlrpc \ htdocs/lib/jabber \ htdocs/lib/vcard \ + htdocs/avoir \ + htdocs/document \ + htdocs/documents \ htdocs/lolix \ htdocs/postnuke \ + htdocs/telephonie \ htdocs/voyage \ htdocs/oscommerce_ws/ws_client_demo \ htdocs/oscommerce_ws/ws_server \