Skip to content
Snippets Groups Projects
Commit 048eab3e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad doxygen description

parent fc640772
No related branches found
No related tags found
No related merge requests found
<?php <?php
/* Copyright (C) 2005-2009 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2005-2011 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2006 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2005-2006 Regis Houssin <regis@dolibarr.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
*/ */
/** /**
* \file htdocs/adherents/info.php * \file htdocs/adherents/info_subscription.php
* \ingroup member * \ingroup member
* \brief Page des informations d'un adherent * \brief Page with information of subscriptions of a member
* \version $Id: info_subscription.php,v 1.12 2011/07/31 22:23:28 eldy Exp $ * \version $Id: info_subscription.php,v 1.13 2011/08/08 16:00:18 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
...@@ -80,5 +80,5 @@ print '</div>'; ...@@ -80,5 +80,5 @@ print '</div>';
$db->close(); $db->close();
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.12 $'); llxFooter('$Date: 2011/08/08 16:00:18 $ - $Revision: 1.13 $');
?> ?>
<?php <?php
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (c) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (c) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -17,10 +16,10 @@ ...@@ -17,10 +16,10 @@
*/ */
/** /**
* \file htdocs/adherents/stats/index.php * \file htdocs/adherents/stats/geo.php
* \ingroup member * \ingroup member
* \brief Page des stats * \brief Page with geographical statistics on members
* \version $Id: geo.php,v 1.2 2011/08/03 00:45:44 eldy Exp $ * \version $Id: geo.php,v 1.3 2011/08/08 16:00:20 eldy Exp $
*/ */
require("../../main.inc.php"); require("../../main.inc.php");
...@@ -275,5 +274,5 @@ dol_fiche_end(); ...@@ -275,5 +274,5 @@ dol_fiche_end();
$db->close(); $db->close();
llxFooter('$Date: 2011/08/03 00:45:44 $ - $Revision: 1.2 $'); llxFooter('$Date: 2011/08/08 16:00:20 $ - $Revision: 1.3 $');
?> ?>
<?php <?php
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com> * Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com>
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005-2011 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2010 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2005-2010 Regis Houssin <regis@dolibarr.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
*/ */
/** /**
* \file htdocs/admin/societe.php * \file htdocs/admin/workflow.php
* \ingroup company * \ingroup company
* \brief Third party module setup page * \brief Workflows setup page
* \version $Id: workflow.php,v 1.5 2011/07/31 22:23:21 eldy Exp $ * \version $Id: workflow.php,v 1.6 2011/08/08 16:00:18 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
...@@ -135,5 +135,5 @@ print '</table>'; ...@@ -135,5 +135,5 @@ print '</table>';
$db->close(); $db->close();
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.5 $'); llxFooter('$Date: 2011/08/08 16:00:18 $ - $Revision: 1.6 $');
?> ?>
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
*/ */
/** /**
* \file htdocs/projet/ganttview.php * \file htdocs/projet/ganttchart.php
* \ingroup projet * \ingroup projet
* \brief Gantt diagrame of a project * \brief Gantt diagram of a project
* \version $Id: ganttchart.php,v 1.7 2011/07/31 23:23:36 eldy Exp $ * \version $Id: ganttchart.php,v 1.8 2011/08/08 16:00:46 eldy Exp $
*/ */
?> ?>
......
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
*/ */
/** /**
* \file htdocs/public/paybox/paymentko.php * \file htdocs/public/paypal/paymentko.php
* \ingroup paybox * \ingroup paypal
* \brief File to show page after a failed payment. * \brief File to show page after a failed payment.
* This page is called by paypal with url provided to payal competed with parameter TOKEN=xxx * This page is called by paypal with url provided to payal competed with parameter TOKEN=xxx
* This token can be used to get more informations. * This token can be used to get more informations.
* \author Laurent Destailleur * \author Laurent Destailleur
* \version $Id: paymentko.php,v 1.7 2011/07/31 23:23:20 eldy Exp $ * \version $Id: paymentko.php,v 1.8 2011/08/08 16:00:19 eldy Exp $
*/ */
define("NOLOGIN",1); // This means this output page does not require to be logged. define("NOLOGIN",1); // This means this output page does not require to be logged.
...@@ -81,5 +81,5 @@ html_print_paypal_footer($mysoc,$langs); ...@@ -81,5 +81,5 @@ html_print_paypal_footer($mysoc,$langs);
$db->close(); $db->close();
llxFooterPaypal('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.7 $'); llxFooterPaypal('$Date: 2011/08/08 16:00:19 $ - $Revision: 1.8 $');
?> ?>
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
/** /**
* \file htdocs/societe/notify/fiche.php * \file htdocs/societe/notify/fiche.php
* \ingroup societe, notification * \ingroup societe notification
* \brief Tab for notifications of third party * \brief Tab for notifications of third party
* \version $Id: fiche.php,v 1.70 2011/07/31 23:22:58 eldy Exp $ * \version $Id: fiche.php,v 1.71 2011/08/08 16:00:16 eldy Exp $
*/ */
require("../../main.inc.php"); require("../../main.inc.php");
...@@ -349,6 +349,6 @@ if ( $soc->fetch($soc->id) ) ...@@ -349,6 +349,6 @@ if ( $soc->fetch($soc->id) )
$db->close(); $db->close();
llxFooter('$Date: 2011/07/31 23:22:58 $ - $Revision: 1.70 $'); llxFooter('$Date: 2011/08/08 16:00:16 $ - $Revision: 1.71 $');
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment