doc: Doxygen

This commit is contained in:
Laurent Destailleur 2008-05-21 23:29:27 +00:00
parent 7bd1dc1c4a
commit ae89bd0307
3 changed files with 3 additions and 9 deletions

View File

@ -26,6 +26,7 @@
require("./pre.inc.php"); require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/CMailFile.class.php"); require_once(DOL_DOCUMENT_ROOT."/lib/CMailFile.class.php");
require_once DOL_DOCUMENT_ROOT.'/comm/mailing/mailing.class.php';
$langs->load("mails"); $langs->load("mails");

View File

@ -15,17 +15,13 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*
*/ */
/** /**
\file htdocs/comm/mailing/mailing.class.php \file htdocs/comm/mailing/mailing.class.php
\ingroup mailing \ingroup mailing
\brief Fichier de la classe de gestion des mailings \brief Fichier de la classe de gestion des mailings
\version $Revision$ \version $Id$
*/ */

View File

@ -15,16 +15,13 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/ */
/** /**
\file htdocs/comm/mailing/pre.inc.php \file htdocs/comm/mailing/pre.inc.php
\ingroup mailing \ingroup mailing
\brief Fichier de gestion du menu gauche de l'espace mailing \brief Fichier de gestion du menu gauche de l'espace mailing
\version $Revision$ \version $Id$
*/ */
require("../../main.inc.php"); require("../../main.inc.php");