This commit is contained in:
Frédéric FRANCE 2019-12-11 20:11:53 +01:00
parent 1733aa18df
commit b59d93c8d7
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
3 changed files with 5 additions and 4 deletions

View File

@ -18,8 +18,9 @@
*/ */
/** /**
* \file tvi/ajax/list.php * \file htdocs/loan/calcmens.php
* \brief File to return datables output * \ingroup loan
* \brief File to calculate loan monthly payments
*/ */
if (!defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL', '1'); // Disables token renewal if (!defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL', '1'); // Disables token renewal

View File

@ -22,7 +22,7 @@
*/ */
/** /**
* \file htdocs/core/modules/commande/doc/doc_generic_myobject_odt.modules.php * \file htdocs/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php
* \ingroup mymodule * \ingroup mymodule
* \brief File of class to build ODT documents for myobjects * \brief File of class to build ODT documents for myobjects
*/ */

View File

@ -16,7 +16,7 @@
*/ */
/** /**
* \file htdocs/mrp/ajax/ajax.php * \file htdocs/mrp/ajax/ajax_bom.php
* \brief Ajax search component for Mrp. It get BOM content. * \brief Ajax search component for Mrp. It get BOM content.
*/ */