From 6680bf69f1b1130bdd94b8228f0d7841dfd0bcbf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 May 2007 22:44:40 +0000 Subject: [PATCH] Doc: doxygen --- htdocs/adherents/card_subscriptions.php | 4 ++-- htdocs/admin/menus.php | 2 +- htdocs/admin/tools/pre.inc.php | 6 +++--- htdocs/categories/categorie.php | 4 ++-- htdocs/categories/docreate.php | 7 +++++++ htdocs/categories/domodif.php | 7 +++++++ htdocs/categories/edit.php | 2 +- htdocs/categories/fiche.php | 2 +- htdocs/categories/index.php | 2 +- htdocs/categories/liste.php | 2 +- htdocs/categories/viewcat.php | 4 ++-- 11 files changed, 28 insertions(+), 14 deletions(-) diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php index 17f1880abda..e47e647ef74 100644 --- a/htdocs/adherents/card_subscriptions.php +++ b/htdocs/adherents/card_subscriptions.php @@ -22,9 +22,9 @@ */ /** - \file htdocs/adherents/fiche.php + \file htdocs/adherents/card_subscriptions.php \ingroup adherent - \brief Page d'ajout, edition, suppression d'une fiche adhérent + \brief Page d'ajout, edition, suppression d'une adhésion \version $Revision$ */ diff --git a/htdocs/admin/menus.php b/htdocs/admin/menus.php index a68027a1154..397b9bf0576 100644 --- a/htdocs/admin/menus.php +++ b/htdocs/admin/menus.php @@ -21,7 +21,7 @@ */ /** - \file htdocs/admin/ùenus.php + \file htdocs/admin/menus.php \brief Page de configuration des gestionnaires de menu \version $Revision$ */ diff --git a/htdocs/admin/tools/pre.inc.php b/htdocs/admin/tools/pre.inc.php index 9d0cc805992..48676e9c7b5 100644 --- a/htdocs/admin/tools/pre.inc.php +++ b/htdocs/admin/tools/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2007 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 @@ -20,8 +20,8 @@ */ /** - \file htdocs/admin/system/pre.inc.php - \brief Fichier gestionnaire menu page infos système + \file htdocs/admin/tools/pre.inc.php + \brief Fichier gestionnaire menu page outils \version $Revision$ */ diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index 47feaeae927..4f05646d8ae 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -24,8 +24,8 @@ */ /** - \file htdocs/product/categorie.php - \ingroup product + \file htdocs/categories/categorie.php + \ingroup category \brief Page de l'onglet categories de produits \version $Revision$ */ diff --git a/htdocs/categories/docreate.php b/htdocs/categories/docreate.php index 57df480405f..f0db2991ed7 100644 --- a/htdocs/categories/docreate.php +++ b/htdocs/categories/docreate.php @@ -20,6 +20,13 @@ * $Source$ */ +/** + \file htdocs/categories/docreate.php + \ingroup category + \brief Page de creation categorie + \version $Revision$ +*/ + require "./pre.inc.php"; $user->getrights('categorie'); diff --git a/htdocs/categories/domodif.php b/htdocs/categories/domodif.php index 44e630f72ae..46e45a0d4cf 100644 --- a/htdocs/categories/domodif.php +++ b/htdocs/categories/domodif.php @@ -16,6 +16,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/** + \file htdocs/categories/domodif.php + \ingroup category + \brief Page de modification categorie + \version $Revision$ +*/ + require "./pre.inc.php"; if (!isset ($_REQUEST["id"]) || !isset ($_REQUEST["nom"]) || !isset ($_REQUEST["description"])) diff --git a/htdocs/categories/edit.php b/htdocs/categories/edit.php index 5cb16fbc7aa..1bc9308893c 100644 --- a/htdocs/categories/edit.php +++ b/htdocs/categories/edit.php @@ -21,7 +21,7 @@ /** \file htdocs/categories/edit.php - \ingroup categories + \ingroup category \brief Page d'edition de categorie produit \version $Revision$ */ diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index 48ff5d98b2e..8dc930d3ded 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -24,7 +24,7 @@ /** \file htdocs/categories/fiche.php - \ingroup categorie + \ingroup category \brief Page creation nouvelle categorie */ diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index 18d2ce6c499..509d313c2cc 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -24,7 +24,7 @@ /** \file htdocs/categories/index.php - \ingroup categorie + \ingroup category \brief Page accueil espace categories */ diff --git a/htdocs/categories/liste.php b/htdocs/categories/liste.php index a9cdeb6f149..3e8673d978a 100644 --- a/htdocs/categories/liste.php +++ b/htdocs/categories/liste.php @@ -22,7 +22,7 @@ /** \file htdocs/categories/liste.php - \ingroup categorie + \ingroup category \brief Page liste des categories */ diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 909248243cb..4914a598d8d 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -19,8 +19,8 @@ */ /** - \file htdocs/categories/edit.php - \ingroup categories + \file htdocs/categories/viewcat.php + \ingroup category \brief Page de visualisation de categorie produit \version $Revision$ */