Doc: Documentation doxygen

This commit is contained in:
Laurent Destailleur 2004-11-11 21:19:50 +00:00
parent b1cc6b234e
commit 3f7472d880
4 changed files with 15 additions and 7 deletions

View File

@ -24,8 +24,8 @@
/*!
\file htdocs/contact/fiche.php
\ingroup companies
\brief Page de la fiche contact
\ingroup societe
\brief Onglet général d'un contact
\version $Revision$
*/

View File

@ -21,18 +21,17 @@
*
*/
/*!
\file htdocs/contact/fiche.php
\file htdocs/contact/info.php
\ingroup societe
\brief Page de la fiche contact
\brief Onglet info d'un contact
\version $Revision$
*/
require("./pre.inc.php");
require("../contact.class.php");
$langs->load("company");
$langs->load("companies");
llxHeader();

View File

@ -23,7 +23,7 @@
/*!
\file htdocs/contact/perso.php
\ingroup companies
\ingroup societe
\brief Onglet informations personnelles d'un contact
\version $Revision$
*/

View File

@ -1,5 +1,6 @@
<?php
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
@ -19,6 +20,14 @@
* $Source$
*
*/
/*!
\file htdocs/contact/vcard.php
\ingroup societe
\brief Onglet vcard d'un contact
\version $Revision$
*/
require("./pre.inc.php");
require("../contact.class.php");
require (DOL_DOCUMENT_ROOT."/lib/vcard/vcard.class.php");