Fix: Bad doxygen description

This commit is contained in:
Laurent Destailleur 2011-08-08 16:14:48 +00:00
parent 7ce2a01eba
commit 8eb5fdf086
3 changed files with 12 additions and 10 deletions

View File

@ -19,9 +19,9 @@
/**
* \file htdocs/comm/clients.php
* \ingroup commercial, societe
* \ingroup commercial societe
* \brief List of customers
* \version $Id: clients.php,v 1.79 2011/08/03 00:46:26 eldy Exp $
* \version $Id: clients.php,v 1.80 2011/08/08 16:15:05 eldy Exp $
*/
require("../main.inc.php");
@ -249,5 +249,5 @@ else
$db->close();
llxFooter('$Date: 2011/08/03 00:46:26 $ - $Revision: 1.79 $');
llxFooter('$Date: 2011/08/08 16:15:05 $ - $Revision: 1.80 $');
?>

View File

@ -23,9 +23,9 @@
/**
* \file htdocs/comm/fiche.php
* \ingroup commercial, compta
* \ingroup commercial compta
* \brief Page to show customer card of a third party
* \version $Id: fiche.php,v 1.282 2011/08/03 00:46:27 eldy Exp $
* \version $Id: fiche.php,v 1.283 2011/08/08 16:15:05 eldy Exp $
*/
require("../main.inc.php");
@ -891,5 +891,5 @@ else
$db->close();
llxFooter('$Date: 2011/08/03 00:46:27 $ - $Revision: 1.282 $');
llxFooter('$Date: 2011/08/08 16:15:05 $ - $Revision: 1.283 $');
?>

View File

@ -18,16 +18,18 @@
*/
/**
* \mainpage Dolibarr project
* \file htdocs/lib/doxygen.php
* \ingroup core
* \brief Page used as doxygen documentation header
* \version $Id: doxygen.php,v 1.7 2011/08/08 16:07:48 eldy Exp $
* \version $Id: doxygen.php,v 1.8 2011/08/08 16:14:48 eldy Exp $
* \mainpage Dolibarr project
*
* This is source documentation for Dolibarr ERP/CRM.<br>
* This documentation can be built or updated running the script <b>dolibarr-doxygen-build.pl</b> or from Eclipse with Doxygen plugin.<br>
* <br>
* Dolibarr official web site: <a href="http://www.dolibarr.org">www.dolibarr.org</a><br>
* Dolibarr site francophone: <a href="http://www.dolibarr.fr">www.dolibarr.fr</a><br>
* <br>
* Dolibarr french portal: <a href="http://www.dolibarr.fr">www.dolibarr.fr</a><br>
* Dolibarr spanish portal: <a href="http://www.dolibarr.es">www.dolibarr.es</a><br>
* <br>
*/
?>