This commit is contained in:
Frédéric FRANCE 2019-12-11 22:53:57 +01:00
parent c98ab917dd
commit 66805a502a
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
8 changed files with 15 additions and 15 deletions

View File

@ -8,7 +8,7 @@
# Usage: dolibarr-doxygen-filter.pl pathtofilefromdolibarrroot # Usage: dolibarr-doxygen-filter.pl pathtofilefromdolibarrroot
$file=$ARGV[0]; $file=$ARGV[0];
if (! $file) if (! $file)
{ {
print "Usage: dolibarr-doxygen-filter.pl pathtofilefromdolibarrroot\n"; print "Usage: dolibarr-doxygen-filter.pl pathtofilefromdolibarrroot\n";
exit; exit;
@ -75,7 +75,7 @@ while (<FILE>)
{ {
$insidedquote=0; $insidedquote=0;
} }
} }
} }
} }
$ignore=""; $ignore="";

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* \file htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php * \file htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
* \ingroup Accountancy (Double entries) * \ingroup Accountancy (Double entries)
* \brief Tab to setup lettering * \brief Tab to setup lettering
*/ */

View File

@ -25,7 +25,7 @@
*/ */
/** /**
* \file htdocs/admin/commandefournisseurdispatch_extrafields.php * \file htdocs/admin/commande_fournisseur_dispatch_extrafields.php
* \ingroup reception * \ingroup reception
* \brief Page to setup extra fields of reception * \brief Page to setup extra fields of reception
*/ */

View File

@ -17,9 +17,9 @@
*/ */
/** /**
* \file htdocs/asset/admin/asset_extrafields.php * \file htdocs/asset/admin/assets_extrafields.php
* \ingroup asset * \ingroup asset
* \brief Page to setup extra fields of assets * \brief Page to setup extra fields of assets
*/ */
require '../../main.inc.php'; require '../../main.inc.php';

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* \file htdocs/compat/paiement/class/cpaiement.class.php * \file htdocs/compta/paiement/class/cpaiement.class.php
* \ingroup facture * \ingroup facture
* \brief This file is to manage CRUD function of type of payments * \brief This file is to manage CRUD function of type of payments
*/ */

View File

@ -18,7 +18,7 @@
*/ */
/** /**
* \file ticket/class/html.ticket.class.php * \file htdocs/core/class/html.formticket.class.php
* \ingroup ticket * \ingroup ticket
* \brief Fichier de la classe permettant la generation du formulaire html d'envoi de mail unitaire * \brief Fichier de la classe permettant la generation du formulaire html d'envoi de mail unitaire
*/ */

View File

@ -20,9 +20,9 @@
*/ */
/** /**
* \file htdocs/adherents/admin/adherent_extrafields.php * \file htdocs/user/admin/user_extrafields.php
* \ingroup member * \ingroup user
* \brief Page to setup extra fields of members * \brief Page to setup extra fields of users
*/ */
require '../../main.inc.php'; require '../../main.inc.php';

View File

@ -19,9 +19,9 @@
*/ */
/** /**
* \file htdocs/adherents/admin/adherent_extrafields.php * \file htdocs/user/admin/user_extrafields.php
* \ingroup member * \ingroup user
* \brief Page to setup extra fields of members * \brief Page to setup extra fields of users
*/ */
require '../../main.inc.php'; require '../../main.inc.php';