From 7e923dc418f6e230a53fec06342e2614329eb1e9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Mon, 15 Feb 2010 22:12:01 +0000 Subject: [PATCH] Fix: doxygen --- htdocs/fourn/product/categorie.php | 8 +++++++- htdocs/fourn/product/fourn.php | 8 ++++---- htdocs/includes/menus/barre_top/auguria_frontoffice.php | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/htdocs/fourn/product/categorie.php b/htdocs/fourn/product/categorie.php index b964930dad4..381f1d7ae6a 100644 --- a/htdocs/fourn/product/categorie.php +++ b/htdocs/fourn/product/categorie.php @@ -16,7 +16,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. - * + */ + +/** + * \file htdocs/fourn/product/categorie.php + * \ingroup product + * \brief Page of products categories + * \version $Id$ */ require("./pre.inc.php"); diff --git a/htdocs/fourn/product/fourn.php b/htdocs/fourn/product/fourn.php index 7a29329f90f..157d5e6fa62 100644 --- a/htdocs/fourn/product/fourn.php +++ b/htdocs/fourn/product/fourn.php @@ -17,10 +17,10 @@ */ /** - \file htdocs/fourn/product/fourn.php - \ingroup product - \brief Page de la fiche produit fournisseur - \version $Id$ + * \file htdocs/fourn/product/fourn.php + * \ingroup product + * \brief Page de la fiche produit fournisseur + * \version $Id$ */ require("./pre.inc.php"); diff --git a/htdocs/includes/menus/barre_top/auguria_frontoffice.php b/htdocs/includes/menus/barre_top/auguria_frontoffice.php index 13bdaae6d7d..91847e3db46 100644 --- a/htdocs/includes/menus/barre_top/auguria_frontoffice.php +++ b/htdocs/includes/menus/barre_top/auguria_frontoffice.php @@ -19,7 +19,7 @@ */ /** - * \file htdocs/includes/menus/barre_top/auguria_backoffice.php + * \file htdocs/includes/menus/barre_top/auguria_frontoffice.php * \brief Gestionnaire nomme Auguria du menu du haut * \version $Id$ * -- GitLab