Doc: Documentation doxygen
This commit is contained in:
parent
b1cc6b234e
commit
3f7472d880
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\file htdocs/contact/fiche.php
|
\file htdocs/contact/fiche.php
|
||||||
\ingroup companies
|
\ingroup societe
|
||||||
\brief Page de la fiche contact
|
\brief Onglet général d'un contact
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -21,18 +21,17 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\file htdocs/contact/fiche.php
|
\file htdocs/contact/info.php
|
||||||
\ingroup societe
|
\ingroup societe
|
||||||
\brief Page de la fiche contact
|
\brief Onglet info d'un contact
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
require("../contact.class.php");
|
require("../contact.class.php");
|
||||||
|
|
||||||
$langs->load("company");
|
$langs->load("companies");
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\file htdocs/contact/perso.php
|
\file htdocs/contact/perso.php
|
||||||
\ingroup companies
|
\ingroup societe
|
||||||
\brief Onglet informations personnelles d'un contact
|
\brief Onglet informations personnelles d'un contact
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* 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
|
* 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
|
||||||
@ -19,6 +20,14 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\file htdocs/contact/vcard.php
|
||||||
|
\ingroup societe
|
||||||
|
\brief Onglet vcard d'un contact
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
require("../contact.class.php");
|
require("../contact.class.php");
|
||||||
require (DOL_DOCUMENT_ROOT."/lib/vcard/vcard.class.php");
|
require (DOL_DOCUMENT_ROOT."/lib/vcard/vcard.class.php");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user