From 3f7472d880f9877268687577bd65cc669fdd0c1e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Nov 2004 21:19:50 +0000 Subject: [PATCH] Doc: Documentation doxygen --- htdocs/contact/fiche.php | 4 ++-- htdocs/contact/info.php | 7 +++---- htdocs/contact/perso.php | 2 +- htdocs/contact/vcard.php | 9 +++++++++ 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 4083c2d69e1..a14c4da65e4 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -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$ */ diff --git a/htdocs/contact/info.php b/htdocs/contact/info.php index c3fee03f05c..4602dae20a5 100644 --- a/htdocs/contact/info.php +++ b/htdocs/contact/info.php @@ -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(); diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php index f71d0581e9d..af10636ab7c 100644 --- a/htdocs/contact/perso.php +++ b/htdocs/contact/perso.php @@ -23,7 +23,7 @@ /*! \file htdocs/contact/perso.php - \ingroup companies + \ingroup societe \brief Onglet informations personnelles d'un contact \version $Revision$ */ diff --git a/htdocs/contact/vcard.php b/htdocs/contact/vcard.php index 76a6813610e..b8569e426f8 100644 --- a/htdocs/contact/vcard.php +++ b/htdocs/contact/vcard.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * 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");