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

doc: Doxygen

parent 7bd1dc1c
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/CMailFile.class.php");
require_once DOL_DOCUMENT_ROOT.'/comm/mailing/mailing.class.php';
$langs->load("mails");
......
......@@ -15,17 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*
*/
/**
\file htdocs/comm/mailing/mailing.class.php
\ingroup mailing
\brief Fichier de la classe de gestion des mailings
\version $Revision$
\version $Id$
*/
......
......@@ -15,16 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file htdocs/comm/mailing/pre.inc.php
\ingroup mailing
\brief Fichier de gestion du menu gauche de l'espace mailing
\version $Revision$
\version $Id$
*/
require("../../main.inc.php");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment