diff --git a/build/doxygen/doxygen_footer.html b/build/doxygen/doxygen_footer.html index 38985bb5c27..1f4cbd00215 100755 --- a/build/doxygen/doxygen_footer.html +++ b/build/doxygen/doxygen_footer.html @@ -22,7 +22,7 @@ File added into doxygen generated documentation +for $projectname by Doxygen $doxygenversion @@ -40,5 +40,6 @@ google_ad_height = 60;
+ \ No newline at end of file diff --git a/htdocs/admin/agenda_other.php b/htdocs/admin/agenda_other.php index cffbed706ce..66ffa91b883 100644 --- a/htdocs/admin/agenda_other.php +++ b/htdocs/admin/agenda_other.php @@ -18,7 +18,7 @@ */ /** - * \file htdocs/admin/agenda.php + * \file htdocs/admin/agenda_other.php * \ingroup agenda * \brief Autocreate actions for agenda module setup page */ diff --git a/htdocs/cashdesk/deconnexion.php b/htdocs/cashdesk/deconnexion.php index a10518c983b..50417b19727 100644 --- a/htdocs/cashdesk/deconnexion.php +++ b/htdocs/cashdesk/deconnexion.php @@ -15,6 +15,12 @@ * along with this program. If not, see . */ +/** + * \file htdocs/cashdesk/deconnexion.php + * \ingroup cashdesk + * \brief Manage deconnexion for point of sale module + */ + //if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Uncomment creates pb to relogon after a disconnect if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1'); if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1'); diff --git a/htdocs/cashdesk/facturation_dhtml.php b/htdocs/cashdesk/facturation_dhtml.php index 16fc6e8793a..e903e716afb 100644 --- a/htdocs/cashdesk/facturation_dhtml.php +++ b/htdocs/cashdesk/facturation_dhtml.php @@ -17,8 +17,9 @@ */ /** - * This page is called each time we press a key in the code - * search form to show product combo list. + * \file htdocs/cashdesk/facturation_dhtml.php + * \ingroup cashdesk + * \brief This page is called each time we press a key in the code search form to show product combo list. */ diff --git a/htdocs/cashdesk/facturation_verif.php b/htdocs/cashdesk/facturation_verif.php index 3a93713ab68..3b65d7dd132 100644 --- a/htdocs/cashdesk/facturation_verif.php +++ b/htdocs/cashdesk/facturation_verif.php @@ -16,6 +16,12 @@ * along with this program. If not, see . */ +/** + * \file htdocs/cashdesk/facturation_verif.php + * \ingroup cashdesk + * \brief facturation_verif.php + */ + require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php'; diff --git a/htdocs/cashdesk/index_verif.php b/htdocs/cashdesk/index_verif.php index 7ceabf13308..94ec87edea0 100644 --- a/htdocs/cashdesk/index_verif.php +++ b/htdocs/cashdesk/index_verif.php @@ -20,6 +20,12 @@ * We set here login choices into session. */ +/** + * \file htdocs/cashdesk/index_verif.php + * \ingroup cashdesk + * \brief index_verif.php + */ + include '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Auth.class.php'; diff --git a/htdocs/cashdesk/validation.php b/htdocs/cashdesk/validation.php index 2c5ad6839d8..fc4172f3d2d 100644 --- a/htdocs/cashdesk/validation.php +++ b/htdocs/cashdesk/validation.php @@ -15,6 +15,12 @@ * along with this program. If not, see . */ +/** + * \file htdocs/cashdesk/validation.php + * \ingroup cashdesk + * \brief validation.php + */ + // Affichage des templates require ('tpl/validation1.tpl.php'); diff --git a/htdocs/cashdesk/validation_ok.php b/htdocs/cashdesk/validation_ok.php index 3a3f9ba8878..1066af6b4ce 100644 --- a/htdocs/cashdesk/validation_ok.php +++ b/htdocs/cashdesk/validation_ok.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2007-2008 Jeremie Ollivier * * 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 @@ -15,7 +15,13 @@ * along with this program. If not, see . */ - // Affichage des templates - require ('tpl/validation2.tpl.php'); +/** + * \file htdocs/cashdesk/validation_ok.php + * \ingroup cashdesk + * \brief validation_ok.php + */ + +// Affichage des templates +require ('tpl/validation2.tpl.php'); ?> diff --git a/htdocs/cashdesk/validation_ticket.php b/htdocs/cashdesk/validation_ticket.php index cd09bc71a03..fe50fa68009 100644 --- a/htdocs/cashdesk/validation_ticket.php +++ b/htdocs/cashdesk/validation_ticket.php @@ -15,6 +15,12 @@ * along with this program. If not, see . */ +/** + * \file htdocs/cashdesk/validation_ticket.php + * \ingroup cashdesk + * \brief validation_ticket.php + */ + require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php'; diff --git a/htdocs/cashdesk/validation_verif.php b/htdocs/cashdesk/validation_verif.php index 3cd7784d59d..d2b55deccde 100644 --- a/htdocs/cashdesk/validation_verif.php +++ b/htdocs/cashdesk/validation_verif.php @@ -17,6 +17,12 @@ * along with this program. If not, see . */ +/** + * \file htdocs/cashdesk/validation_verif.php + * \ingroup cashdesk + * \brief validation_verif.php + */ + require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php'; diff --git a/htdocs/comm/admin/propal_extrafields.php b/htdocs/comm/admin/propal_extrafields.php index 28534e08140..1d34a3d987d 100644 --- a/htdocs/comm/admin/propal_extrafields.php +++ b/htdocs/comm/admin/propal_extrafields.php @@ -19,8 +19,8 @@ */ /** - * \file htdocs/societe/admin/societe_extrafields.php - * \ingroup societe + * \file htdocs/comm/admin/propal_extrafields.php + * \ingroup propal * \brief Page to setup extra fields of third party */ diff --git a/htdocs/comm/propal/document.php b/htdocs/comm/propal/document.php index b5a9028e286..2859550ed4b 100644 --- a/htdocs/comm/propal/document.php +++ b/htdocs/comm/propal/document.php @@ -20,7 +20,7 @@ /** * \file htdocs/comm/propal/document.php - * \ingroup propale + * \ingroup propal * \brief Management page of documents attached to a business proposal */ diff --git a/htdocs/comm/propal/info.php b/htdocs/comm/propal/info.php index ea0af0f0634..433dbdbf12f 100644 --- a/htdocs/comm/propal/info.php +++ b/htdocs/comm/propal/info.php @@ -19,7 +19,7 @@ /** * \file htdocs/comm/propal/info.php - * \ingroup propale + * \ingroup propal * \brief Page d'affichage des infos d'une proposition commerciale */ diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php index aba10e2ca69..065ce0f4aa3 100644 --- a/htdocs/comm/propal/list.php +++ b/htdocs/comm/propal/list.php @@ -24,8 +24,8 @@ */ /** - * \file htdocs/comm/propal.php - * \ingroup propale + * \file htdocs/comm/propal/list.php + * \ingroup propal * \brief Page of commercial proposals card and list */ diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php index 09670340b89..367fe7c0e69 100644 --- a/htdocs/comm/propal/note.php +++ b/htdocs/comm/propal/note.php @@ -21,7 +21,7 @@ /** * \file htdocs/comm/propal/note.php - * \ingroup propale + * \ingroup propal * \brief Fiche d'information sur une proposition commerciale */ diff --git a/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php b/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php index e9ad176a86d..632dee63965 100644 --- a/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php +++ b/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php @@ -14,7 +14,12 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * + */ + +/** + * \file htdocs/comm/propal/tpl/linkedobjectblock.tpl.php + * \ingroup propal + * \brief Template to show objects linked to proposals */ ?>