Doc: doxygen
This commit is contained in:
parent
9b7c680828
commit
6680bf69f1
@ -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$
|
||||
*/
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/admin/ùenus.php
|
||||
\file htdocs/admin/menus.php
|
||||
\brief Page de configuration des gestionnaires de menu
|
||||
\version $Revision$
|
||||
*/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
/* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* 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$
|
||||
*/
|
||||
|
||||
|
||||
@ -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$
|
||||
*/
|
||||
|
||||
@ -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');
|
||||
|
||||
@ -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"]))
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
\file htdocs/categories/edit.php
|
||||
\ingroup categories
|
||||
\ingroup category
|
||||
\brief Page d'edition de categorie produit
|
||||
\version $Revision$
|
||||
*/
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
\file htdocs/categories/fiche.php
|
||||
\ingroup categorie
|
||||
\ingroup category
|
||||
\brief Page creation nouvelle categorie
|
||||
*/
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
\file htdocs/categories/index.php
|
||||
\ingroup categorie
|
||||
\ingroup category
|
||||
\brief Page accueil espace categories
|
||||
*/
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
/**
|
||||
\file htdocs/categories/liste.php
|
||||
\ingroup categorie
|
||||
\ingroup category
|
||||
\brief Page liste des categories
|
||||
*/
|
||||
|
||||
|
||||
@ -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$
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user