Fix: doxygen

This commit is contained in:
Regis Houssin 2010-05-12 15:50:59 +00:00
parent a9bbf9dac3
commit 9bb9558aab
5 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@
*/
/**
* \file htdocs/adherents/adherent.class.php
* \file htdocs/adherents/class/adherent.class.php
* \ingroup member
* \brief Fichier de la classe permettant la gestion d'un adherent
* \version $Id$

View File

@ -19,7 +19,7 @@
*/
/**
* \file htdocs/adherents/adherent_type.class.php
* \file htdocs/adherents/class/adherent_type.class.php
* \ingroup member
* \brief Fichier de la classe gerant les types d'adherents
* \author Rodolphe Quiedeville

View File

@ -18,7 +18,7 @@
*/
/**
* \file htdocs/adherents/cotisation.class.php
* \file htdocs/adherents/class/cotisation.class.php
* \ingroup member
* \brief File of class to manage subscriptions
* \version $Id$

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/** \file htdocs/admin/bookmark.php
/** \file htdocs/bookmarks/admin/bookmark.php
* \ingroup bookmark
* \brief Page to setup bookmark module
* \version $Id$

View File

@ -17,17 +17,17 @@
*/
/**
\file htdocs/bookmarks/class/bookmark.class.php
\ingroup bookmark
\brief File the bookmark class
\version $Id$
*/
* \file htdocs/bookmarks/class/bookmark.class.php
* \ingroup bookmark
* \brief File the bookmark class
* \version $Id$
*/
/**
\class Bookmark
\brief Class for managing bookmarks
*/
* \class Bookmark
* \brief Class for managing bookmarks
*/
class Bookmark
{