Fix: doxygen
This commit is contained in:
parent
a9bbf9dac3
commit
9bb9558aab
@ -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$
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user